SSMLMessageType

public struct SSMLMessageType : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The language to use when delivering the message. For a complete list of supported languages, see the Amazon Polly Developer Guide.

    Declaration

    Swift

    public let languageCode: String?
  • The SSML-formatted text to deliver to the recipient.

    Declaration

    Swift

    public let text: String?
  • The name of the voice that you want to use to deliver the message. For a complete list of supported voices, see the Amazon Polly Developer Guide.

    Declaration

    Swift

    public let voiceId: String?
  • Undocumented

    Declaration

    Swift

    public init(languageCode: String? = nil, text: String? = nil, voiceId: String? = nil)