Class: Aws::PinpointSMSVoice::Types::VoiceMessageContent

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#call_instructions_messageTypes::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_messageTypes::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_messageTypes::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