| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BotAliasHistoryEvent |
BotAliasHistoryEvent.clone() |
BotAliasHistoryEvent |
BotAliasHistoryEvent.withBotVersion(String botVersion)
The version of the bot that was used in the event.
|
BotAliasHistoryEvent |
BotAliasHistoryEvent.withEndDate(Date endDate)
The date and time that the event ended.
|
BotAliasHistoryEvent |
BotAliasHistoryEvent.withStartDate(Date startDate)
The date and time that the event started.
|
| Modifier and Type | Method and Description |
|---|---|
List<BotAliasHistoryEvent> |
DescribeBotAliasResult.getBotAliasHistoryEvents()
A list of events that affect a bot alias.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBotAliasResult |
DescribeBotAliasResult.withBotAliasHistoryEvents(BotAliasHistoryEvent... botAliasHistoryEvents)
A list of events that affect a bot alias.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBotAliasResult.setBotAliasHistoryEvents(Collection<BotAliasHistoryEvent> botAliasHistoryEvents)
A list of events that affect a bot alias.
|
DescribeBotAliasResult |
DescribeBotAliasResult.withBotAliasHistoryEvents(Collection<BotAliasHistoryEvent> botAliasHistoryEvents)
A list of events that affect a bot alias.
|
Copyright © 2024. All rights reserved.