| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static BotLocaleStatus |
BotLocaleStatus.fromValue(String value)
Use this in place of valueOf.
|
static BotLocaleStatus |
BotLocaleStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BotLocaleStatus[] |
BotLocaleStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BotLocaleSummary |
BotLocaleSummary.withBotLocaleStatus(BotLocaleStatus botLocaleStatus)
The current status of the bot locale.
|
UpdateBotLocaleResult |
UpdateBotLocaleResult.withBotLocaleStatus(BotLocaleStatus botLocaleStatus)
The current status of the locale.
|
CreateBotLocaleResult |
CreateBotLocaleResult.withBotLocaleStatus(BotLocaleStatus botLocaleStatus)
The status of the bot.
|
BuildBotLocaleResult |
BuildBotLocaleResult.withBotLocaleStatus(BotLocaleStatus botLocaleStatus)
The bot's build status.
|
DeleteBotLocaleResult |
DeleteBotLocaleResult.withBotLocaleStatus(BotLocaleStatus botLocaleStatus)
The status of deleting the bot locale.
|
DescribeBotLocaleResult |
DescribeBotLocaleResult.withBotLocaleStatus(BotLocaleStatus botLocaleStatus)
The status of the bot.
|
Copyright © 2023. All rights reserved.