| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static Locale |
Locale.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
PutBotResult.setLocale(Locale locale)
The target locale for the bot.
|
void |
GetBuiltinSlotTypesRequest.setLocale(Locale locale)
A list of locales that the slot type supports.
|
void |
GetBuiltinIntentsRequest.setLocale(Locale locale)
A list of locales that the intent supports.
|
void |
GetBotResult.setLocale(Locale locale)
The target locale for the bot.
|
void |
CreateBotVersionResult.setLocale(Locale locale)
Specifies the target locale for the bot.
|
void |
PutBotRequest.setLocale(Locale locale)
Specifies the target locale for the bot.
|
PutBotResult |
PutBotResult.withLocale(Locale locale)
The target locale for the bot.
|
GetBuiltinSlotTypesRequest |
GetBuiltinSlotTypesRequest.withLocale(Locale locale)
A list of locales that the slot type supports.
|
GetBuiltinIntentsRequest |
GetBuiltinIntentsRequest.withLocale(Locale locale)
A list of locales that the intent supports.
|
GetBotResult |
GetBotResult.withLocale(Locale locale)
The target locale for the bot.
|
CreateBotVersionResult |
CreateBotVersionResult.withLocale(Locale locale)
Specifies the target locale for the bot.
|
PutBotRequest |
PutBotRequest.withLocale(Locale locale)
Specifies the target locale for the bot.
|
BuiltinIntentMetadata |
BuiltinIntentMetadata.withSupportedLocales(Locale... supportedLocales)
A list of identifiers for the locales that the intent supports.
|
GetBuiltinIntentResult |
GetBuiltinIntentResult.withSupportedLocales(Locale... supportedLocales)
A list of locales that the intent supports.
|
BuiltinSlotTypeMetadata |
BuiltinSlotTypeMetadata.withSupportedLocales(Locale... supportedLocales)
A list of target locales for the slot.
|
MigrationSummary |
MigrationSummary.withV1BotLocale(Locale v1BotLocale)
The locale of the Amazon Lex V1 bot that is the source of the migration.
|
StartMigrationResult |
StartMigrationResult.withV1BotLocale(Locale v1BotLocale)
The locale used for the Amazon Lex V1 bot.
|
GetMigrationResult |
GetMigrationResult.withV1BotLocale(Locale v1BotLocale)
The locale of the Amazon Lex V1 bot migrated to Amazon Lex V2.
|
Copyright © 2023. All rights reserved.