Method: Aws::PinpointSMSVoice::Types::SSMLMessageType#text

Defined in:
lib/aws-sdk-pinpointsmsvoice/types.rb

#textString

The SSML-formatted text to deliver to the recipient.

Returns:

  • (String)


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