Class: Aws::PinpointSMSVoice::Types::SSMLMessageType

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoice/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

Instance Attribute Details

#language_codeString

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

Returns:

  • (String)


429
430
431
432
433
434
435
# File 'gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb', line 429

class SSMLMessageType < Struct.new(
  :language_code,
  :text,
  :voice_id)
  SENSITIVE = []
  include Aws::Structure
end

#textString

The SSML-formatted text to deliver to the recipient.

Returns:

  • (String)


429
430
431
432
433
434
435
# File 'gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb', line 429

class SSMLMessageType < Struct.new(
  :language_code,
  :text,
  :voice_id)
  SENSITIVE = []
  include Aws::Structure
end

#voice_idString

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.

Returns:

  • (String)


429
430
431
432
433
434
435
# File 'gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb', line 429

class SSMLMessageType < Struct.new(
  :language_code,
  :text,
  :voice_id)
  SENSITIVE = []
  include Aws::Structure
end