| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BotVersionSummary |
BotVersionSummary.clone() |
BotVersionSummary |
BotVersionSummary.withBotName(String botName)
The name of the bot associated with the version.
|
BotVersionSummary |
BotVersionSummary.withBotStatus(BotStatus botStatus)
The status of the bot.
|
BotVersionSummary |
BotVersionSummary.withBotStatus(String botStatus)
The status of the bot.
|
BotVersionSummary |
BotVersionSummary.withBotVersion(String botVersion)
The numeric version of the bot, or
DRAFT to indicate that this is the version of the bot that can be
updated.. |
BotVersionSummary |
BotVersionSummary.withCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the version was created.
|
BotVersionSummary |
BotVersionSummary.withDescription(String description)
The description of the version.
|
| Modifier and Type | Method and Description |
|---|---|
List<BotVersionSummary> |
ListBotVersionsResult.getBotVersionSummaries()
Summary information for the bot versions that meet the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListBotVersionsResult |
ListBotVersionsResult.withBotVersionSummaries(BotVersionSummary... botVersionSummaries)
Summary information for the bot versions that meet the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBotVersionsResult.setBotVersionSummaries(Collection<BotVersionSummary> botVersionSummaries)
Summary information for the bot versions that meet the filter criteria specified in the request.
|
ListBotVersionsResult |
ListBotVersionsResult.withBotVersionSummaries(Collection<BotVersionSummary> botVersionSummaries)
Summary information for the bot versions that meet the filter criteria specified in the request.
|
Copyright © 2021. All rights reserved.