| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BotAliasSummary |
BotAliasSummary.clone() |
BotAliasSummary |
BotAliasSummary.withBotAliasId(String botAliasId)
The unique identifier assigned to the bot alias.
|
BotAliasSummary |
BotAliasSummary.withBotAliasName(String botAliasName)
The name of the bot alias.
|
BotAliasSummary |
BotAliasSummary.withBotAliasStatus(BotAliasStatus botAliasStatus)
The current state of the bot alias.
|
BotAliasSummary |
BotAliasSummary.withBotAliasStatus(String botAliasStatus)
The current state of the bot alias.
|
BotAliasSummary |
BotAliasSummary.withBotVersion(String botVersion)
The version of the bot that the bot alias references.
|
BotAliasSummary |
BotAliasSummary.withCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the bot alias was created.
|
BotAliasSummary |
BotAliasSummary.withDescription(String description)
The description of the bot alias.
|
BotAliasSummary |
BotAliasSummary.withLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the bot alias was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<BotAliasSummary> |
ListBotAliasesResult.getBotAliasSummaries()
Summary information for the bot aliases that meet the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListBotAliasesResult |
ListBotAliasesResult.withBotAliasSummaries(BotAliasSummary... botAliasSummaries)
Summary information for the bot aliases that meet the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBotAliasesResult.setBotAliasSummaries(Collection<BotAliasSummary> botAliasSummaries)
Summary information for the bot aliases that meet the filter criteria specified in the request.
|
ListBotAliasesResult |
ListBotAliasesResult.withBotAliasSummaries(Collection<BotAliasSummary> botAliasSummaries)
Summary information for the bot aliases that meet the filter criteria specified in the request.
|
Copyright © 2022. All rights reserved.