| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BotSummary |
BotSummary.clone() |
BotSummary |
BotSummary.withBotId(String botId)
The unique identifier assigned to the bot.
|
BotSummary |
BotSummary.withBotName(String botName)
The name of the bot.
|
BotSummary |
BotSummary.withBotStatus(BotStatus botStatus)
The current status of the bot.
|
BotSummary |
BotSummary.withBotStatus(String botStatus)
The current status of the bot.
|
BotSummary |
BotSummary.withBotType(BotType botType)
The type of the bot.
|
BotSummary |
BotSummary.withBotType(String botType)
The type of the bot.
|
BotSummary |
BotSummary.withDescription(String description)
The description of the bot.
|
BotSummary |
BotSummary.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time that the bot was last updated.
|
BotSummary |
BotSummary.withLatestBotVersion(String latestBotVersion)
The latest numerical version in use for the bot.
|
| Modifier and Type | Method and Description |
|---|---|
List<BotSummary> |
ListBotsResult.getBotSummaries()
Summary information for the bots that meet the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListBotsResult |
ListBotsResult.withBotSummaries(BotSummary... botSummaries)
Summary information for the bots that meet the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBotsResult.setBotSummaries(Collection<BotSummary> botSummaries)
Summary information for the bots that meet the filter criteria specified in the request.
|
ListBotsResult |
ListBotsResult.withBotSummaries(Collection<BotSummary> botSummaries)
Summary information for the bots that meet the filter criteria specified in the request.
|
Copyright © 2024. All rights reserved.