Uses of Interface
software.amazon.awssdk.services.chatbot.ChatbotBaseClientBuilder
-
Packages that use ChatbotBaseClientBuilder 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 ChatbotBaseClientBuilder in software.amazon.awssdk.services.chatbot
Classes in software.amazon.awssdk.services.chatbot with type parameters of type ChatbotBaseClientBuilder Modifier and Type Interface Description interfaceChatbotBaseClientBuilder<B extends ChatbotBaseClientBuilder<B,C>,C>This includes configuration specific to AWS Chatbot that is supported by bothChatbotClientBuilderandChatbotAsyncClientBuilder.Subinterfaces of ChatbotBaseClientBuilder in software.amazon.awssdk.services.chatbot Modifier and Type Interface Description interfaceChatbotAsyncClientBuilderA builder for creating an instance ofChatbotAsyncClient.interfaceChatbotClientBuilderA builder for creating an instance ofChatbotClient.
-