Uses of Class
software.amazon.awssdk.services.chatbot.model.CreateCustomActionRequest
-
Packages that use CreateCustomActionRequest 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 CreateCustomActionRequest in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot with parameters of type CreateCustomActionRequest Modifier and Type Method Description 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.default CreateCustomActionResponseChatbotClient. createCustomAction(CreateCustomActionRequest createCustomActionRequest)Creates a custom action that can be invoked as an alias or as a button on a notification. -
Uses of CreateCustomActionRequest in software.amazon.awssdk.services.chatbot.transform
Methods in software.amazon.awssdk.services.chatbot.transform with parameters of type CreateCustomActionRequest Modifier and Type Method Description SdkHttpFullRequestCreateCustomActionRequestMarshaller. marshall(CreateCustomActionRequest createCustomActionRequest)
-