| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BotStatus |
UpdateBotResponse.botStatus()
Shows the current status of the bot.
|
BotStatus |
DeleteBotResponse.botStatus()
The current status of the bot.
|
BotStatus |
CreateBotResponse.botStatus()
Shows the current status of the bot.
|
BotStatus |
CreateBotVersionResponse.botStatus()
When you send a request to create or update a bot, Amazon Lex sets the status response element to
Creating. |
BotStatus |
DescribeBotVersionResponse.botStatus()
The current status of the bot.
|
BotStatus |
BotVersionSummary.botStatus()
The status of the bot.
|
BotStatus |
DescribeBotResponse.botStatus()
The current status of the bot.
|
BotStatus |
DeleteBotVersionResponse.botStatus()
The current status of the bot.
|
BotStatus |
BotSummary.botStatus()
The current status of the bot.
|
static BotStatus |
BotStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<BotStatus> |
BotStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBotResponse.Builder |
UpdateBotResponse.Builder.botStatus(BotStatus botStatus)
Shows the current status of the bot.
|
DeleteBotResponse.Builder |
DeleteBotResponse.Builder.botStatus(BotStatus botStatus)
The current status of the bot.
|
CreateBotResponse.Builder |
CreateBotResponse.Builder.botStatus(BotStatus botStatus)
Shows the current status of the bot.
|
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.botStatus(BotStatus botStatus)
When you send a request to create or update a bot, Amazon Lex sets the status response element to
Creating. |
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.botStatus(BotStatus botStatus)
The current status of the bot.
|
BotVersionSummary.Builder |
BotVersionSummary.Builder.botStatus(BotStatus botStatus)
The status of the bot.
|
DescribeBotResponse.Builder |
DescribeBotResponse.Builder.botStatus(BotStatus botStatus)
The current status of the bot.
|
DeleteBotVersionResponse.Builder |
DeleteBotVersionResponse.Builder.botStatus(BotStatus botStatus)
The current status of the bot.
|
BotSummary.Builder |
BotSummary.Builder.botStatus(BotStatus botStatus)
The current status of the bot.
|
Copyright © 2021. All rights reserved.