Uses of Class
software.amazon.awssdk.services.chatbot.model.CreateCustomActionResponse
-
Packages that use CreateCustomActionResponse Package Description software.amazon.awssdk.services.chatbot The AWS Chatbot API Reference provides descriptions, API request parameters, and the XML response for each of the AWS Chatbot API actions. -
-
Uses of CreateCustomActionResponse in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot that return CreateCustomActionResponse Modifier and Type Method Description default CreateCustomActionResponseChatbotClient. createCustomAction(Consumer<CreateCustomActionRequest.Builder> createCustomActionRequest)Creates a custom action that can be invoked as an alias or as a button on a notification.default CreateCustomActionResponseChatbotClient. createCustomAction(CreateCustomActionRequest createCustomActionRequest)Creates a custom action that can be invoked as an alias or as a button on a notification.Methods in software.amazon.awssdk.services.chatbot that return types with arguments of type CreateCustomActionResponse Modifier and Type Method Description default CompletableFuture<CreateCustomActionResponse>ChatbotAsyncClient. createCustomAction(Consumer<CreateCustomActionRequest.Builder> createCustomActionRequest)Creates a custom action that can be invoked as an alias or as a button on a notification.default CompletableFuture<CreateCustomActionResponse>ChatbotAsyncClient. createCustomAction(CreateCustomActionRequest createCustomActionRequest)Creates a custom action that can be invoked as an alias or as a button on a notification.
-