| Package | Description |
|---|---|
| com.amazonaws.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
Button |
Button.clone() |
Button |
Button.withText(String text)
Text that is visible to the user on the button.
|
Button |
Button.withValue(String value)
The value sent to Amazon Lex when a user chooses the button.
|
| Modifier and Type | Method and Description |
|---|---|
List<Button> |
GenericAttachment.getButtons()
The list of options to show to the user.
|
| Modifier and Type | Method and Description |
|---|---|
GenericAttachment |
GenericAttachment.withButtons(Button... buttons)
The list of options to show to the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GenericAttachment.setButtons(Collection<Button> buttons)
The list of options to show to the user.
|
GenericAttachment |
GenericAttachment.withButtons(Collection<Button> buttons)
The list of options to show to the user.
|
Copyright © 2020. All rights reserved.