Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.UpdateBotLocaleResponse
-
Packages that use UpdateBotLocaleResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of UpdateBotLocaleResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return UpdateBotLocaleResponse Modifier and Type Method Description default UpdateBotLocaleResponseLexModelsV2Client. updateBotLocale(Consumer<UpdateBotLocaleRequest.Builder> updateBotLocaleRequest)Updates the settings that a bot has for a specific locale.default UpdateBotLocaleResponseLexModelsV2Client. updateBotLocale(UpdateBotLocaleRequest updateBotLocaleRequest)Updates the settings that a bot has for a specific locale.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type UpdateBotLocaleResponse Modifier and Type Method Description default CompletableFuture<UpdateBotLocaleResponse>LexModelsV2AsyncClient. updateBotLocale(Consumer<UpdateBotLocaleRequest.Builder> updateBotLocaleRequest)Updates the settings that a bot has for a specific locale.default CompletableFuture<UpdateBotLocaleResponse>LexModelsV2AsyncClient. updateBotLocale(UpdateBotLocaleRequest updateBotLocaleRequest)Updates the settings that a bot has for a specific locale.
-