class Aws::AlexaForBusiness::Types::Content

The content definition. This can contain only one text, SSML, or audio list object.

@note When making an API call, you may pass Content

data as a 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
        },
      ],
    }

@!attribute [rw] text_list

The list of text messages.
@return [Array<Types::Text>]

@!attribute [rw] ssml_list

The list of SSML messages.
@return [Array<Types::Ssml>]

@!attribute [rw] audio_list

The list of audio messages.
@return [Array<Types::Audio>]

@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/Content AWS API Documentation

Constants

SENSITIVE