| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BotType |
CreateBotResponse.botType()
The type of a bot that was created.
|
BotType |
DescribeBotResponse.botType()
The type of the bot that was described.
|
BotType |
UpdateBotRequest.botType()
The type of the bot to be updated.
|
BotType |
UpdateBotResponse.botType()
The type of the bot that was updated.
|
BotType |
DescribeBotVersionResponse.botType()
The type of the bot in the version that was described.
|
BotType |
BotSummary.botType()
The type of the bot.
|
BotType |
CreateBotRequest.botType()
The type of a bot to create.
|
static BotType |
BotType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<BotType> |
BotType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateBotResponse.Builder |
CreateBotResponse.Builder.botType(BotType botType)
The type of a bot that was created.
|
DescribeBotResponse.Builder |
DescribeBotResponse.Builder.botType(BotType botType)
The type of the bot that was described.
|
UpdateBotRequest.Builder |
UpdateBotRequest.Builder.botType(BotType botType)
The type of the bot to be updated.
|
UpdateBotResponse.Builder |
UpdateBotResponse.Builder.botType(BotType botType)
The type of the bot that was updated.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.botType(BotType botType)
The type of the bot in the version that was described.
|
BotSummary.Builder |
BotSummary.Builder.botType(BotType botType)
The type of the bot.
|
CreateBotRequest.Builder |
CreateBotRequest.Builder.botType(BotType botType)
The type of a bot to create.
|
Copyright © 2023. All rights reserved.