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
show all
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

Instance Attribute Details

#audio_listArray<Types::Audio>

The list of audio messages.

Returns:

#ssml_listArray<Types::Ssml>

The list of SSML messages.

Returns:

#text_listArray<Types::Text>

The list of text messages.

Returns: