Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.Locale
-
Packages that use Locale Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of Locale in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return Locale Modifier and Type Method Description static LocaleLocale. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LocaleCreateBotVersionResponse. locale()Specifies the target locale for the bot.LocaleGetBotResponse. locale()The target locale for the bot.LocaleGetBuiltinIntentsRequest. locale()A list of locales that the intent supports.LocaleGetBuiltinSlotTypesRequest. locale()A list of locales that the slot type supports.LocalePutBotRequest. locale()Specifies the target locale for the bot.LocalePutBotResponse. locale()The target locale for the bot.LocaleGetMigrationResponse. v1BotLocale()The locale of the Amazon Lex V1 bot migrated to Amazon Lex V2.LocaleMigrationSummary. v1BotLocale()The locale of the Amazon Lex V1 bot that is the source of the migration.LocaleStartMigrationResponse. v1BotLocale()The locale used for the Amazon Lex V1 bot.static LocaleLocale. valueOf(String name)Returns the enum constant of this type with the specified name.static Locale[]Locale. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type Locale Modifier and Type Method Description static Set<Locale>Locale. knownValues()List<Locale>BuiltinIntentMetadata. supportedLocales()A list of identifiers for the locales that the intent supports.List<Locale>BuiltinSlotTypeMetadata. supportedLocales()A list of target locales for the slot.List<Locale>GetBuiltinIntentResponse. supportedLocales()A list of locales that the intent supports.Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type Locale Modifier and Type Method Description CreateBotVersionResponse.BuilderCreateBotVersionResponse.Builder. locale(Locale locale)Specifies the target locale for the bot.GetBotResponse.BuilderGetBotResponse.Builder. locale(Locale locale)The target locale for the bot.GetBuiltinIntentsRequest.BuilderGetBuiltinIntentsRequest.Builder. locale(Locale locale)A list of locales that the intent supports.GetBuiltinSlotTypesRequest.BuilderGetBuiltinSlotTypesRequest.Builder. locale(Locale locale)A list of locales that the slot type supports.PutBotRequest.BuilderPutBotRequest.Builder. locale(Locale locale)Specifies the target locale for the bot.PutBotResponse.BuilderPutBotResponse.Builder. locale(Locale locale)The target locale for the bot.BuiltinIntentMetadata.BuilderBuiltinIntentMetadata.Builder. supportedLocales(Locale... supportedLocales)A list of identifiers for the locales that the intent supports.BuiltinSlotTypeMetadata.BuilderBuiltinSlotTypeMetadata.Builder. supportedLocales(Locale... supportedLocales)A list of target locales for the slot.GetBuiltinIntentResponse.BuilderGetBuiltinIntentResponse.Builder. supportedLocales(Locale... supportedLocales)A list of locales that the intent supports.GetMigrationResponse.BuilderGetMigrationResponse.Builder. v1BotLocale(Locale v1BotLocale)The locale of the Amazon Lex V1 bot migrated to Amazon Lex V2.MigrationSummary.BuilderMigrationSummary.Builder. v1BotLocale(Locale v1BotLocale)The locale of the Amazon Lex V1 bot that is the source of the migration.StartMigrationResponse.BuilderStartMigrationResponse.Builder. v1BotLocale(Locale v1BotLocale)The locale used for the Amazon Lex V1 bot.Method parameters in software.amazon.awssdk.services.lexmodelbuilding.model with type arguments of type Locale Modifier and Type Method Description BuiltinIntentMetadata.BuilderBuiltinIntentMetadata.Builder. supportedLocales(Collection<Locale> supportedLocales)A list of identifiers for the locales that the intent supports.BuiltinSlotTypeMetadata.BuilderBuiltinSlotTypeMetadata.Builder. supportedLocales(Collection<Locale> supportedLocales)A list of target locales for the slot.GetBuiltinIntentResponse.BuilderGetBuiltinIntentResponse.Builder. supportedLocales(Collection<Locale> supportedLocales)A list of locales that the intent supports.
-