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