Class: Aws::PinpointSMSVoice::Types::CallInstructionsMessageType

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 text formatted using Amazon Pinpoint Voice Instructions markup.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

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

Returns:

  • (String)


49
50
51
52
53
# File 'gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb', line 49

class CallInstructionsMessageType < Struct.new(
  :text)
  SENSITIVE = []
  include Aws::Structure
end