| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Button |
Button.clone() |
Button |
Button.withText(String text)
The text that appears on the button.
|
Button |
Button.withValue(String value)
The value returned to Amazon Lex when the user chooses this 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.