| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BotLocaleStatus |
DescribeBotLocaleResponse.botLocaleStatus()
The status of the bot.
|
BotLocaleStatus |
BuildBotLocaleResponse.botLocaleStatus()
The bot's build status.
|
BotLocaleStatus |
BotLocaleSummary.botLocaleStatus()
The current status of the bot locale.
|
BotLocaleStatus |
CreateBotLocaleResponse.botLocaleStatus()
The status of the bot.
|
BotLocaleStatus |
UpdateBotLocaleResponse.botLocaleStatus()
The current status of the locale.
|
BotLocaleStatus |
DeleteBotLocaleResponse.botLocaleStatus()
The status of deleting the bot locale.
|
static BotLocaleStatus |
BotLocaleStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<BotLocaleStatus> |
BotLocaleStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBotLocaleResponse.Builder |
DescribeBotLocaleResponse.Builder.botLocaleStatus(BotLocaleStatus botLocaleStatus)
The status of the bot.
|
BuildBotLocaleResponse.Builder |
BuildBotLocaleResponse.Builder.botLocaleStatus(BotLocaleStatus botLocaleStatus)
The bot's build status.
|
BotLocaleSummary.Builder |
BotLocaleSummary.Builder.botLocaleStatus(BotLocaleStatus botLocaleStatus)
The current status of the bot locale.
|
CreateBotLocaleResponse.Builder |
CreateBotLocaleResponse.Builder.botLocaleStatus(BotLocaleStatus botLocaleStatus)
The status of the bot.
|
UpdateBotLocaleResponse.Builder |
UpdateBotLocaleResponse.Builder.botLocaleStatus(BotLocaleStatus botLocaleStatus)
The current status of the locale.
|
DeleteBotLocaleResponse.Builder |
DeleteBotLocaleResponse.Builder.botLocaleStatus(BotLocaleStatus botLocaleStatus)
The status of deleting the bot locale.
|
Copyright © 2023. All rights reserved.