Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.CreateBotResponse
-
Packages that use CreateBotResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of CreateBotResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return CreateBotResponse Modifier and Type Method Description default CreateBotResponseLexModelsV2Client. createBot(Consumer<CreateBotRequest.Builder> createBotRequest)Creates an Amazon Lex conversational bot.default CreateBotResponseLexModelsV2Client. createBot(CreateBotRequest createBotRequest)Creates an Amazon Lex conversational bot.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type CreateBotResponse Modifier and Type Method Description default CompletableFuture<CreateBotResponse>LexModelsV2AsyncClient. createBot(Consumer<CreateBotRequest.Builder> createBotRequest)Creates an Amazon Lex conversational bot.default CompletableFuture<CreateBotResponse>LexModelsV2AsyncClient. createBot(CreateBotRequest createBotRequest)Creates an Amazon Lex conversational bot.
-