You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing VoiceMessageContent as input to an Aws::Client method, you can use a vanilla Hash:

{
  call_instructions_message: {
    text: "NonEmptyString",
  },
  plain_text_message: {
    language_code: "String",
    text: "NonEmptyString",
    voice_id: "String",
  },
  ssml_message: {
    language_code: "String",
    text: "NonEmptyString",
    voice_id: "String",
  },
}

An object that contains a voice message and information about the recipient that you want to send it to.

Returned by:

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.

Returns:

#plain_text_messageTypes::PlainTextMessageType

An object that defines a message that contains unformatted text.

Returns:

#ssml_messageTypes::SSMLMessageType

An object that defines a message that contains SSML-formatted text.

Returns: