Uses of Class
software.amazon.awssdk.services.chatbot.model.UpdateCustomActionResponse
-
Packages that use UpdateCustomActionResponse 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 UpdateCustomActionResponse in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot that return UpdateCustomActionResponse Modifier and Type Method Description default UpdateCustomActionResponseChatbotClient. updateCustomAction(Consumer<UpdateCustomActionRequest.Builder> updateCustomActionRequest)Updates a custom action.default UpdateCustomActionResponseChatbotClient. updateCustomAction(UpdateCustomActionRequest updateCustomActionRequest)Updates a custom action.Methods in software.amazon.awssdk.services.chatbot that return types with arguments of type UpdateCustomActionResponse Modifier and Type Method Description default CompletableFuture<UpdateCustomActionResponse>ChatbotAsyncClient. updateCustomAction(Consumer<UpdateCustomActionRequest.Builder> updateCustomActionRequest)Updates a custom action.default CompletableFuture<UpdateCustomActionResponse>ChatbotAsyncClient. updateCustomAction(UpdateCustomActionRequest updateCustomActionRequest)Updates a custom action.
-