| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static BotStatus |
BotStatus.fromValue(String value)
Use this in place of valueOf.
|
static BotStatus |
BotStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BotStatus[] |
BotStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BotVersionSummary |
BotVersionSummary.withBotStatus(BotStatus botStatus)
The status of the bot.
|
DeleteBotVersionResult |
DeleteBotVersionResult.withBotStatus(BotStatus botStatus)
The current status of the bot.
|
CreateBotVersionResult |
CreateBotVersionResult.withBotStatus(BotStatus botStatus)
When you send a request to create or update a bot, Amazon Lex sets the status response element to
Creating. |
BotSummary |
BotSummary.withBotStatus(BotStatus botStatus)
The current status of the bot.
|
DescribeBotVersionResult |
DescribeBotVersionResult.withBotStatus(BotStatus botStatus)
The current status of the bot.
|
DeleteBotResult |
DeleteBotResult.withBotStatus(BotStatus botStatus)
The current status of the bot.
|
UpdateBotResult |
UpdateBotResult.withBotStatus(BotStatus botStatus)
Shows the current status of the bot.
|
CreateBotResult |
CreateBotResult.withBotStatus(BotStatus botStatus)
Shows the current status of the bot.
|
DescribeBotResult |
DescribeBotResult.withBotStatus(BotStatus botStatus)
The current status of the bot.
|
Copyright © 2021. All rights reserved.