Class: Aws::PinpointSMSVoice::Types::SSMLMessageType
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoice::Types::SSMLMessageType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoice/types.rb
Overview
An object that defines a message that contains SSML-formatted text.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#language_code ⇒ String
The language to use when delivering the message.
-
#text ⇒ String
The SSML-formatted text to deliver to the recipient.
-
#voice_id ⇒ String
The name of the voice that you want to use to deliver the message.
Instance Attribute Details
#language_code ⇒ String
The language to use when delivering the message. For a complete list of supported languages, see the Amazon Polly Developer Guide.
429 430 431 432 433 434 435 |
# File 'lib/aws-sdk-pinpointsmsvoice/types.rb', line 429 class SSMLMessageType < Struct.new( :language_code, :text, :voice_id) SENSITIVE = [] include Aws::Structure end |
#text ⇒ String
The SSML-formatted text to deliver to the recipient.
429 430 431 432 433 434 435 |
# File 'lib/aws-sdk-pinpointsmsvoice/types.rb', line 429 class SSMLMessageType < Struct.new( :language_code, :text, :voice_id) SENSITIVE = [] include Aws::Structure end |
#voice_id ⇒ 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.
429 430 431 432 433 434 435 |
# File 'lib/aws-sdk-pinpointsmsvoice/types.rb', line 429 class SSMLMessageType < Struct.new( :language_code, :text, :voice_id) SENSITIVE = [] include Aws::Structure end |