Method: Aws::PinpointSMSVoice::Types::SSMLMessageType#text
- Defined in:
- lib/aws-sdk-pinpointsmsvoice/types.rb
#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 |