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
- Struct
- Aws::Lex::Types::GenericAttachment
- 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
-
#attachment_link_url ⇒ String
The URL of an attachment to the response card.
-
#buttons ⇒ Array<Types::Button>
The list of options to show to the user.
-
#image_url ⇒ String
The URL of an image that is displayed to the user.
-
#sub_title ⇒ String
The subtitle shown below the title.
-
#title ⇒ String
The title of the option.
Instance Attribute Details
#attachment_link_url ⇒ String
The URL of an attachment to the response card.
#buttons ⇒ Array<Types::Button>
The list of options to show to the user.
#image_url ⇒ String
The URL of an image that is displayed to the user.
#sub_title ⇒ String
The subtitle shown below the title.
#title ⇒ String
The title of the option.