Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.PutBotRequest
-
Packages that use PutBotRequest Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.transform -
-
Uses of PutBotRequest in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding with parameters of type PutBotRequest Modifier and Type Method Description default CompletableFuture<PutBotResponse>LexModelBuildingAsyncClient. putBot(PutBotRequest 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. -
Uses of PutBotRequest in software.amazon.awssdk.services.lexmodelbuilding.transform
Methods in software.amazon.awssdk.services.lexmodelbuilding.transform with parameters of type PutBotRequest Modifier and Type Method Description SdkHttpFullRequestPutBotRequestMarshaller. marshall(PutBotRequest putBotRequest)
-