| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static BotType |
BotType.fromValue(String value)
Use this in place of valueOf.
|
static BotType |
BotType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BotType[] |
BotType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BotSummary |
BotSummary.withBotType(BotType botType)
The type of the bot.
|
UpdateBotResult |
UpdateBotResult.withBotType(BotType botType)
The type of the bot that was updated.
|
UpdateBotRequest |
UpdateBotRequest.withBotType(BotType botType)
The type of the bot to be updated.
|
DescribeBotResult |
DescribeBotResult.withBotType(BotType botType)
The type of the bot that was described.
|
CreateBotResult |
CreateBotResult.withBotType(BotType botType)
The type of a bot that was created.
|
CreateBotRequest |
CreateBotRequest.withBotType(BotType botType)
The type of a bot to create.
|
DescribeBotVersionResult |
DescribeBotVersionResult.withBotType(BotType botType)
The type of the bot in the version that was described.
|
Copyright © 2023. All rights reserved.