If you are using Amazon Lex V2, refer to the Amazon Lex V2 guide instead.
If you are using Amazon Lex V1, we recommend upgrading your bots to Amazon Lex V2. We are no longer adding new features to V1 and strongly recommend using V2 for all new bots.
GenericAttachment
Represents an option rendered to the user when a prompt is shown. It could be an image, a button, a link, or text.
Contents
- attachmentLinkUrl
-
The URL of an attachment to the response card.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Required: No
-
The list of options to show to the user.
Type: Array of Button objects
Array Members: Minimum number of 0 items. Maximum number of 5 items.
Required: No
- imageUrl
-
The URL of an image that is displayed to the user.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Required: No
- subTitle
-
The subtitle shown below the title.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 80.
Required: No
- title
-
The title of the option.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 80.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: