Uses of Class
software.amazon.awssdk.services.lexruntime.model.Button
-
Packages that use Button Package Description software.amazon.awssdk.services.lexruntime.model -
-
Uses of Button in software.amazon.awssdk.services.lexruntime.model
Methods in software.amazon.awssdk.services.lexruntime.model that return types with arguments of type Button Modifier and Type Method Description List<Button>GenericAttachment. buttons()The list of options to show to the user.Methods in software.amazon.awssdk.services.lexruntime.model with parameters of type Button Modifier and Type Method Description GenericAttachment.BuilderGenericAttachment.Builder. buttons(Button... buttons)The list of options to show to the user.Method parameters in software.amazon.awssdk.services.lexruntime.model with type arguments of type Button Modifier and Type Method Description GenericAttachment.BuilderGenericAttachment.Builder. buttons(Collection<Button> buttons)The list of options to show to the user.
-