| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ImageResponseCard |
ImageResponseCard.clone() |
ImageResponseCard |
UtteranceBotResponse.getImageResponseCard() |
ImageResponseCard |
Message.getImageResponseCard()
A message that defines a response card that the client application can show to the user.
|
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 |
UtteranceBotResponse.setImageResponseCard(ImageResponseCard imageResponseCard) |
void |
Message.setImageResponseCard(ImageResponseCard imageResponseCard)
A message that defines a response card that the client application can show to the user.
|
UtteranceBotResponse |
UtteranceBotResponse.withImageResponseCard(ImageResponseCard imageResponseCard) |
Message |
Message.withImageResponseCard(ImageResponseCard imageResponseCard)
A message that defines a response card that the client application can show to the user.
|
Copyright © 2025. All rights reserved.