Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.Button
-
Packages that use Button Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of Button in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type Button Modifier and Type Method Description List<Button>ImageResponseCard. buttons()A list of buttons that should be displayed on the response card.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type Button Modifier and Type Method Description ImageResponseCard.BuilderImageResponseCard.Builder. buttons(Button... buttons)A list of buttons that should be displayed on the response card.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type Button Modifier and Type Method Description ImageResponseCard.BuilderImageResponseCard.Builder. buttons(Collection<Button> buttons)A list of buttons that should be displayed on the response card.
-