| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static Locale |
Locale.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Locale |
GetBuiltinIntentsRequest.locale()
A list of locales that the intent supports.
|
Locale |
PutBotResponse.locale()
The target locale for the bot.
|
Locale |
CreateBotVersionResponse.locale()
Specifies the target locale for the bot.
|
Locale |
GetBuiltinSlotTypesRequest.locale()
A list of locales that the slot type supports.
|
Locale |
PutBotRequest.locale()
Specifies the target locale for the bot.
|
Locale |
GetBotResponse.locale()
The target locale for the bot.
|
Locale |
MigrationSummary.v1BotLocale()
The locale of the Amazon Lex V1 bot that is the source of the migration.
|
Locale |
GetMigrationResponse.v1BotLocale()
The locale of the Amazon Lex V1 bot migrated to Amazon Lex V2.
|
Locale |
StartMigrationResponse.v1BotLocale()
The locale used for the Amazon Lex V1 bot.
|
static Locale |
Locale.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Locale> |
Locale.knownValues()
|
List<Locale> |
GetBuiltinIntentResponse.supportedLocales()
A list of locales that the intent supports.
|
List<Locale> |
BuiltinSlotTypeMetadata.supportedLocales()
A list of target locales for the slot.
|
List<Locale> |
BuiltinIntentMetadata.supportedLocales()
A list of identifiers for the locales that the intent supports.
|
| Modifier and Type | Method and Description |
|---|---|
GetBuiltinIntentsRequest.Builder |
GetBuiltinIntentsRequest.Builder.locale(Locale locale)
A list of locales that the intent supports.
|
PutBotResponse.Builder |
PutBotResponse.Builder.locale(Locale locale)
The target locale for the bot.
|
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.locale(Locale locale)
Specifies the target locale for the bot.
|
GetBuiltinSlotTypesRequest.Builder |
GetBuiltinSlotTypesRequest.Builder.locale(Locale locale)
A list of locales that the slot type supports.
|
PutBotRequest.Builder |
PutBotRequest.Builder.locale(Locale locale)
Specifies the target locale for the bot.
|
GetBotResponse.Builder |
GetBotResponse.Builder.locale(Locale locale)
The target locale for the bot.
|
GetBuiltinIntentResponse.Builder |
GetBuiltinIntentResponse.Builder.supportedLocales(Locale... supportedLocales)
A list of locales that the intent supports.
|
BuiltinSlotTypeMetadata.Builder |
BuiltinSlotTypeMetadata.Builder.supportedLocales(Locale... supportedLocales)
A list of target locales for the slot.
|
BuiltinIntentMetadata.Builder |
BuiltinIntentMetadata.Builder.supportedLocales(Locale... supportedLocales)
A list of identifiers for the locales that the intent supports.
|
MigrationSummary.Builder |
MigrationSummary.Builder.v1BotLocale(Locale v1BotLocale)
The locale of the Amazon Lex V1 bot that is the source of the migration.
|
GetMigrationResponse.Builder |
GetMigrationResponse.Builder.v1BotLocale(Locale v1BotLocale)
The locale of the Amazon Lex V1 bot migrated to Amazon Lex V2.
|
StartMigrationResponse.Builder |
StartMigrationResponse.Builder.v1BotLocale(Locale v1BotLocale)
The locale used for the Amazon Lex V1 bot.
|
| Modifier and Type | Method and Description |
|---|---|
GetBuiltinIntentResponse.Builder |
GetBuiltinIntentResponse.Builder.supportedLocales(Collection<Locale> supportedLocales)
A list of locales that the intent supports.
|
BuiltinSlotTypeMetadata.Builder |
BuiltinSlotTypeMetadata.Builder.supportedLocales(Collection<Locale> supportedLocales)
A list of target locales for the slot.
|
BuiltinIntentMetadata.Builder |
BuiltinIntentMetadata.Builder.supportedLocales(Collection<Locale> supportedLocales)
A list of identifiers for the locales that the intent supports.
|
Copyright © 2022. All rights reserved.