| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BotLocaleHistoryEvent |
BotLocaleHistoryEvent.clone() |
BotLocaleHistoryEvent |
BotLocaleHistoryEvent.withEvent(String event)
A description of the event that occurred.
|
BotLocaleHistoryEvent |
BotLocaleHistoryEvent.withEventDate(Date eventDate)
A timestamp of the date and time that the event occurred.
|
| Modifier and Type | Method and Description |
|---|---|
List<BotLocaleHistoryEvent> |
DescribeBotLocaleResult.getBotLocaleHistoryEvents()
History of changes, such as when a locale is used in an alias, that have taken place for the locale.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBotLocaleResult |
DescribeBotLocaleResult.withBotLocaleHistoryEvents(BotLocaleHistoryEvent... botLocaleHistoryEvents)
History of changes, such as when a locale is used in an alias, that have taken place for the locale.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBotLocaleResult.setBotLocaleHistoryEvents(Collection<BotLocaleHistoryEvent> botLocaleHistoryEvents)
History of changes, such as when a locale is used in an alias, that have taken place for the locale.
|
DescribeBotLocaleResult |
DescribeBotLocaleResult.withBotLocaleHistoryEvents(Collection<BotLocaleHistoryEvent> botLocaleHistoryEvents)
History of changes, such as when a locale is used in an alias, that have taken place for the locale.
|
Copyright © 2021. All rights reserved.