Uses of Interface
software.amazon.awssdk.services.chatbot.model.CustomActionDefinition.Builder
-
Packages that use CustomActionDefinition.Builder Package Description software.amazon.awssdk.services.chatbot.model -
-
Uses of CustomActionDefinition.Builder in software.amazon.awssdk.services.chatbot.model
Methods in software.amazon.awssdk.services.chatbot.model that return CustomActionDefinition.Builder Modifier and Type Method Description static CustomActionDefinition.BuilderCustomActionDefinition. builder()CustomActionDefinition.BuilderCustomActionDefinition.Builder. commandText(String commandText)The command string to run which may include variables by prefixing with a dollar sign ($).CustomActionDefinition.BuilderCustomActionDefinition. toBuilder()Methods in software.amazon.awssdk.services.chatbot.model that return types with arguments of type CustomActionDefinition.Builder Modifier and Type Method Description static Class<? extends CustomActionDefinition.Builder>CustomActionDefinition. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.chatbot.model with type arguments of type CustomActionDefinition.Builder Modifier and Type Method Description default CreateCustomActionRequest.BuilderCreateCustomActionRequest.Builder. definition(Consumer<CustomActionDefinition.Builder> definition)The definition of the command to run when invoked as an alias or as an action button.default CustomAction.BuilderCustomAction.Builder. definition(Consumer<CustomActionDefinition.Builder> definition)The definition of the command to run when invoked an alias or as an action button.default UpdateCustomActionRequest.BuilderUpdateCustomActionRequest.Builder. definition(Consumer<CustomActionDefinition.Builder> definition)The definition of the command to run when invoked as an alias or as an action button.
-