Uses of Class
software.amazon.awssdk.services.chatbot.model.CustomActionDefinition
-
Packages that use CustomActionDefinition Package Description software.amazon.awssdk.services.chatbot.model -
-
Uses of CustomActionDefinition in software.amazon.awssdk.services.chatbot.model
Methods in software.amazon.awssdk.services.chatbot.model that return CustomActionDefinition Modifier and Type Method Description CustomActionDefinitionCreateCustomActionRequest. definition()The definition of the command to run when invoked as an alias or as an action button.CustomActionDefinitionCustomAction. definition()The definition of the command to run when invoked an alias or as an action button.CustomActionDefinitionUpdateCustomActionRequest. definition()The definition of the command to run when invoked as an alias or as an action button.Methods in software.amazon.awssdk.services.chatbot.model with parameters of type CustomActionDefinition Modifier and Type Method Description CreateCustomActionRequest.BuilderCreateCustomActionRequest.Builder. definition(CustomActionDefinition definition)The definition of the command to run when invoked as an alias or as an action button.CustomAction.BuilderCustomAction.Builder. definition(CustomActionDefinition definition)The definition of the command to run when invoked an alias or as an action button.UpdateCustomActionRequest.BuilderUpdateCustomActionRequest.Builder. definition(CustomActionDefinition definition)The definition of the command to run when invoked as an alias or as an action button.
-