Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.BotLocaleHistoryEvent
-
Packages that use BotLocaleHistoryEvent Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of BotLocaleHistoryEvent in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type BotLocaleHistoryEvent Modifier and Type Method Description List<BotLocaleHistoryEvent>DescribeBotLocaleResponse. botLocaleHistoryEvents()History of changes, such as when a locale is used in an alias, that have taken place for the locale.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type BotLocaleHistoryEvent Modifier and Type Method Description DescribeBotLocaleResponse.BuilderDescribeBotLocaleResponse.Builder. botLocaleHistoryEvents(BotLocaleHistoryEvent... botLocaleHistoryEvents)History of changes, such as when a locale is used in an alias, that have taken place for the locale.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type BotLocaleHistoryEvent Modifier and Type Method Description DescribeBotLocaleResponse.BuilderDescribeBotLocaleResponse.Builder. botLocaleHistoryEvents(Collection<BotLocaleHistoryEvent> botLocaleHistoryEvents)History of changes, such as when a locale is used in an alias, that have taken place for the locale.
-