Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.GetBotResponse
-
Packages that use GetBotResponse Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions -
-
Uses of GetBotResponse in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding that return GetBotResponse Modifier and Type Method Description default GetBotResponseLexModelBuildingClient. getBot(Consumer<GetBotRequest.Builder> getBotRequest)Returns metadata information for a specific bot.default GetBotResponseLexModelBuildingClient. getBot(GetBotRequest getBotRequest)Returns metadata information for a specific bot.Methods in software.amazon.awssdk.services.lexmodelbuilding that return types with arguments of type GetBotResponse Modifier and Type Method Description default CompletableFuture<GetBotResponse>LexModelBuildingAsyncClient. getBot(Consumer<GetBotRequest.Builder> getBotRequest)Returns metadata information for a specific bot.default CompletableFuture<GetBotResponse>LexModelBuildingAsyncClient. getBot(GetBotRequest getBotRequest)Returns metadata information for a specific bot.
-