| Package | Description |
|---|---|
| com.amazonaws.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
Button |
Button.clone() |
Button |
Button.withText(String text)
The text that is displayed on the button.
|
Button |
Button.withValue(String value)
The value returned to Amazon Lex V2 when a user chooses the button.
|
| Modifier and Type | Method and Description |
|---|---|
List<Button> |
ImageResponseCard.getButtons()
A list of buttons that should be displayed on the response card.
|
| Modifier and Type | Method and Description |
|---|---|
ImageResponseCard |
ImageResponseCard.withButtons(Button... buttons)
A list of buttons that should be displayed on the response card.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageResponseCard.setButtons(Collection<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.
|
Copyright © 2024. All rights reserved.