public static interface Button.Builder extends SdkPojo, CopyableBuilder<Button.Builder,Button>
| Modifier and Type | Method and Description |
|---|---|
Button.Builder |
text(String text)
The text that is displayed on the button.
|
Button.Builder |
value(String value)
The value returned to Amazon Lex when a user chooses the button.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildButton.Builder text(String text)
The text that is displayed on the button.
text - The text that is displayed on the button.Button.Builder value(String value)
The value returned to Amazon Lex when a user chooses the button.
value - The value returned to Amazon Lex when a user chooses the button.Copyright © 2021. All rights reserved.