Uses of Class
software.amazon.awssdk.services.chatbot.model.AssociateToConfigurationResponse
-
Packages that use AssociateToConfigurationResponse 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 AssociateToConfigurationResponse in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot that return AssociateToConfigurationResponse Modifier and Type Method Description default AssociateToConfigurationResponseChatbotClient. associateToConfiguration(Consumer<AssociateToConfigurationRequest.Builder> associateToConfigurationRequest)Links a resource (for example, a custom action) to a channel configuration.default AssociateToConfigurationResponseChatbotClient. associateToConfiguration(AssociateToConfigurationRequest associateToConfigurationRequest)Links a resource (for example, a custom action) to a channel configuration.Methods in software.amazon.awssdk.services.chatbot that return types with arguments of type AssociateToConfigurationResponse Modifier and Type Method Description default CompletableFuture<AssociateToConfigurationResponse>ChatbotAsyncClient. associateToConfiguration(Consumer<AssociateToConfigurationRequest.Builder> associateToConfigurationRequest)Links a resource (for example, a custom action) to a channel configuration.default CompletableFuture<AssociateToConfigurationResponse>ChatbotAsyncClient. associateToConfiguration(AssociateToConfigurationRequest associateToConfigurationRequest)Links a resource (for example, a custom action) to a channel configuration.
-