class Aws::PinpointSMSVoice::Types::PlainTextMessageType

An object that defines a message that contains unformatted text.

@note When making an API call, you may pass PlainTextMessageType

data as a hash:

    {
      language_code: "String",
      text: "NonEmptyString",
      voice_id: "String",
    }

@!attribute [rw] language_code

The language to use when delivering the message. For a complete list
of supported languages, see the Amazon Polly Developer Guide.
@return [String]

@!attribute [rw] text

The plain (not SSML-formatted) text to deliver to the recipient.
@return [String]

@!attribute [rw] voice_id

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-2018-09-05/PlainTextMessageType AWS API Documentation

Constants

SENSITIVE