| Package | Description |
|---|---|
| com.amazonaws.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
ImageResponseCard |
ImageResponseCard.clone() |
ImageResponseCard |
Message.getImageResponseCard() |
ImageResponseCard |
ImageResponseCard.withButtons(Button... buttons)
A list of buttons that should be displayed on the response card.
|
ImageResponseCard |
ImageResponseCard.withButtons(Collection<Button> buttons)
A list of buttons that should be displayed on the response card.
|
ImageResponseCard |
ImageResponseCard.withImageUrl(String imageUrl)
The URL of an image to display on the response card.
|
ImageResponseCard |
ImageResponseCard.withSubtitle(String subtitle)
The subtitle to display on the response card.
|
ImageResponseCard |
ImageResponseCard.withTitle(String title)
The title to display on the response card.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setImageResponseCard(ImageResponseCard imageResponseCard) |
Message |
Message.withImageResponseCard(ImageResponseCard imageResponseCard) |
Copyright © 2021. All rights reserved.