You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AlexaForBusiness::Types::Content
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::Content
- Defined in:
- (unknown)
Overview
Note:
When passing Content as input to an Aws::Client method, you can use a vanilla Hash:
{
text_list: [
{
locale: "en-US", # required, accepts en-US
value: "TextValue", # required
},
],
ssml_list: [
{
locale: "en-US", # required, accepts en-US
value: "SsmlValue", # required
},
],
audio_list: [
{
locale: "en-US", # required, accepts en-US
location: "AudioLocation", # required
},
],
}
The content definition. This can contain only one text, SSML, or audio list object.
Returned by:
Instance Attribute Summary collapse
-
#audio_list ⇒ Array<Types::Audio>
The list of audio messages.
-
#ssml_list ⇒ Array<Types::Ssml>
The list of SSML messages.
-
#text_list ⇒ Array<Types::Text>
The list of text messages.
Instance Attribute Details
#audio_list ⇒ Array<Types::Audio>
The list of audio messages.
#ssml_list ⇒ Array<Types::Ssml>
The list of SSML messages.
#text_list ⇒ Array<Types::Text>
The list of text messages.