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

Class: Aws::Lex::Types::GenericAttachment

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

Overview

Represents an option rendered to the user when a prompt is shown. It could be an image, a button, a link, or text.

Instance Attribute Summary collapse

Instance Attribute Details

The URL of an attachment to the response card.

Returns:

  • (String)

    The URL of an attachment to the response card.

#buttonsArray<Types::Button>

The list of options to show to the user.

Returns:

  • (Array<Types::Button>)

    The list of options to show to the user.

#image_urlString

The URL of an image that is displayed to the user.

Returns:

  • (String)

    The URL of an image that is displayed to the user.

#sub_titleString

The subtitle shown below the title.

Returns:

  • (String)

    The subtitle shown below the title.

#titleString

The title of the option.

Returns:

  • (String)

    The title of the option.