CallInstructionsMessageType

public struct CallInstructionsMessageType : 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 text: String?
  • Undocumented

    Declaration

    Swift

    public init(text: String? = nil)