| Package | Description |
|---|---|
| com.amazonaws.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
GenericAttachment |
GenericAttachment.clone() |
GenericAttachment |
GenericAttachment.withAttachmentLinkUrl(String attachmentLinkUrl)
The URL of an attachment to the response card.
|
GenericAttachment |
GenericAttachment.withButtons(Button... buttons)
The list of options to show to the user.
|
GenericAttachment |
GenericAttachment.withButtons(Collection<Button> buttons)
The list of options to show to the user.
|
GenericAttachment |
GenericAttachment.withImageUrl(String imageUrl)
The URL of an image that is displayed to the user.
|
GenericAttachment |
GenericAttachment.withSubTitle(String subTitle)
The subtitle shown below the title.
|
GenericAttachment |
GenericAttachment.withTitle(String title)
The title of the option.
|
| Modifier and Type | Method and Description |
|---|---|
List<GenericAttachment> |
ResponseCard.getGenericAttachments()
An array of attachment objects representing options.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseCard |
ResponseCard.withGenericAttachments(GenericAttachment... genericAttachments)
An array of attachment objects representing options.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseCard.setGenericAttachments(Collection<GenericAttachment> genericAttachments)
An array of attachment objects representing options.
|
ResponseCard |
ResponseCard.withGenericAttachments(Collection<GenericAttachment> genericAttachments)
An array of attachment objects representing options.
|
Copyright © 2021. All rights reserved.