Class: Aws::PinpointSMSVoice::Types::VoiceMessageContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoice::Types::VoiceMessageContent
- Defined in:
- gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb
Overview
An object that contains a voice message and information about the recipient that you want to send it to.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#call_instructions_message ⇒ Types::CallInstructionsMessageType
An object that defines a message that contains text formatted using Amazon Pinpoint Voice Instructions markup.
-
#plain_text_message ⇒ Types::PlainTextMessageType
An object that defines a message that contains unformatted text.
-
#ssml_message ⇒ Types::SSMLMessageType
An object that defines a message that contains SSML-formatted text.
Instance Attribute Details
#call_instructions_message ⇒ Types::CallInstructionsMessageType
An object that defines a message that contains text formatted using Amazon Pinpoint Voice Instructions markup.
570 571 572 573 574 575 576 |
# File 'gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb', line 570 class VoiceMessageContent < Struct.new( :call_instructions_message, :plain_text_message, :ssml_message) SENSITIVE = [] include Aws::Structure end |
#plain_text_message ⇒ Types::PlainTextMessageType
An object that defines a message that contains unformatted text.
570 571 572 573 574 575 576 |
# File 'gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb', line 570 class VoiceMessageContent < Struct.new( :call_instructions_message, :plain_text_message, :ssml_message) SENSITIVE = [] include Aws::Structure end |
#ssml_message ⇒ Types::SSMLMessageType
An object that defines a message that contains SSML-formatted text.
570 571 572 573 574 575 576 |
# File 'gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb', line 570 class VoiceMessageContent < Struct.new( :call_instructions_message, :plain_text_message, :ssml_message) SENSITIVE = [] include Aws::Structure end |