Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.PutBotResponse
-
Packages that use PutBotResponse Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions -
-
Uses of PutBotResponse in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding that return PutBotResponse Modifier and Type Method Description default PutBotResponseLexModelBuildingClient. putBot(Consumer<PutBotRequest.Builder> putBotRequest)Creates an Amazon Lex conversational bot or replaces an existing bot.default PutBotResponseLexModelBuildingClient. putBot(PutBotRequest putBotRequest)Creates an Amazon Lex conversational bot or replaces an existing bot.Methods in software.amazon.awssdk.services.lexmodelbuilding that return types with arguments of type PutBotResponse Modifier and Type Method Description default CompletableFuture<PutBotResponse>LexModelBuildingAsyncClient. putBot(Consumer<PutBotRequest.Builder> putBotRequest)Creates an Amazon Lex conversational bot or replaces an existing bot.default CompletableFuture<PutBotResponse>LexModelBuildingAsyncClient. putBot(PutBotRequest putBotRequest)Creates an Amazon Lex conversational bot or replaces an existing bot.
-