Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.BotVersionLocaleDetails
-
Packages that use BotVersionLocaleDetails Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of BotVersionLocaleDetails in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type BotVersionLocaleDetails Modifier and Type Method Description Map<String,BotVersionLocaleDetails>CreateBotVersionRequest. botVersionLocaleSpecification()Specifies the locales that Amazon Lex adds to this version.Map<String,BotVersionLocaleDetails>CreateBotVersionResponse. botVersionLocaleSpecification()The source versions used for each locale in the new version.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type BotVersionLocaleDetails Modifier and Type Method Description CreateBotVersionRequest.BuilderCreateBotVersionRequest.Builder. botVersionLocaleSpecification(Map<String,BotVersionLocaleDetails> botVersionLocaleSpecification)Specifies the locales that Amazon Lex adds to this version.CreateBotVersionResponse.BuilderCreateBotVersionResponse.Builder. botVersionLocaleSpecification(Map<String,BotVersionLocaleDetails> botVersionLocaleSpecification)The source versions used for each locale in the new version.
-