SendVoiceMessageRequest

public struct SendVoiceMessageRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The phone number that appears on recipients’ devices when they receive the message.

    Declaration

    Swift

    public let callerId: String?
  • The name of the configuration set that you want to use to send the message.

    Declaration

    Swift

    public let configurationSetName: String?
  • Undocumented

    Declaration

    Swift

    public let content: VoiceMessageContent?
  • The phone number that you want to send the voice message to.

    Declaration

    Swift

    public let destinationPhoneNumber: String?
  • 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.

    Declaration

    Swift

    public let originationPhoneNumber: String?
  • Undocumented

    Declaration

    Swift

    public init(callerId: String? = nil, configurationSetName: String? = nil, content: VoiceMessageContent? = nil, destinationPhoneNumber: String? = nil, originationPhoneNumber: String? = nil)