Values.SendVoiceMessageRequestSourceSendVoiceMessageRequest
type nonrec t = {callerId : String_.t option;The phone number that appears on recipients' devices when they receive the message.
*)configurationSetName : WordCharactersWithDelimiters.t option;The name of the configuration set that you want to use to send the message.
*)content : VoiceMessageContent.t option;destinationPhoneNumber : NonEmptyString.t option;The phone number that you want to send the voice message to.
*)originationPhoneNumber : NonEmptyString.t option;The phone number that Amazon Pinpoint should use to send the voice message. This isn't necessarily the phone number that appears on recipients' devices when they receive the message, because you can specify a CallerId parameter in the request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of NonEmptyString.t ]) list ])
list ])
list ]