Uses of Class
software.amazon.awssdk.services.chatbot.model.GetCustomActionResponse
-
Packages that use GetCustomActionResponse 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 GetCustomActionResponse in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot that return GetCustomActionResponse Modifier and Type Method Description default GetCustomActionResponseChatbotClient. getCustomAction(Consumer<GetCustomActionRequest.Builder> getCustomActionRequest)Returns a custom action.default GetCustomActionResponseChatbotClient. getCustomAction(GetCustomActionRequest getCustomActionRequest)Returns a custom action.Methods in software.amazon.awssdk.services.chatbot that return types with arguments of type GetCustomActionResponse Modifier and Type Method Description default CompletableFuture<GetCustomActionResponse>ChatbotAsyncClient. getCustomAction(Consumer<GetCustomActionRequest.Builder> getCustomActionRequest)Returns a custom action.default CompletableFuture<GetCustomActionResponse>ChatbotAsyncClient. getCustomAction(GetCustomActionRequest getCustomActionRequest)Returns a custom action.
-