| Package | Description |
|---|---|
| com.amazonaws.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
GenericAttachment |
GenericAttachment.clone() |
GenericAttachment |
GenericAttachment.withAttachmentLinkUrl(String attachmentLinkUrl) |
GenericAttachment |
GenericAttachment.withButtons(Button... buttons)
List of options to show to the user.
|
GenericAttachment |
GenericAttachment.withButtons(Collection<Button> buttons)
List of options to show to the user.
|
GenericAttachment |
GenericAttachment.withImageUrl(String imageUrl)
URL of an image that is displayed to the user.
|
GenericAttachment |
GenericAttachment.withSubTitle(String subTitle)
Subtitle shown below the title.
|
GenericAttachment |
GenericAttachment.withTitle(String title)
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 © 2017. All rights reserved.