Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.BotLocaleSummary
-
Packages that use BotLocaleSummary Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of BotLocaleSummary in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type BotLocaleSummary Modifier and Type Method Description List<BotLocaleSummary>ListBotLocalesResponse. botLocaleSummaries()Summary information for the locales that meet the filter criteria specified in the request.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type BotLocaleSummary Modifier and Type Method Description ListBotLocalesResponse.BuilderListBotLocalesResponse.Builder. botLocaleSummaries(BotLocaleSummary... botLocaleSummaries)Summary information for the locales that meet the filter criteria specified in the request.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type BotLocaleSummary Modifier and Type Method Description ListBotLocalesResponse.BuilderListBotLocalesResponse.Builder. botLocaleSummaries(Collection<BotLocaleSummary> botLocaleSummaries)Summary information for the locales that meet the filter criteria specified in the request.
-