| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BotLocaleSummary |
BotLocaleSummary.clone() |
BotLocaleSummary |
BotLocaleSummary.withBotLocaleStatus(BotLocaleStatus botLocaleStatus)
The current status of the bot locale.
|
BotLocaleSummary |
BotLocaleSummary.withBotLocaleStatus(String botLocaleStatus)
The current status of the bot locale.
|
BotLocaleSummary |
BotLocaleSummary.withDescription(String description)
The description of the bot locale.
|
BotLocaleSummary |
BotLocaleSummary.withLastBuildSubmittedDateTime(Date lastBuildSubmittedDateTime)
A timestamp of the date and time that the bot locale was last built.
|
BotLocaleSummary |
BotLocaleSummary.withLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the bot locale was last updated.
|
BotLocaleSummary |
BotLocaleSummary.withLocaleId(String localeId)
The language and locale of the bot locale.
|
BotLocaleSummary |
BotLocaleSummary.withLocaleName(String localeName)
The name of the bot locale.
|
| Modifier and Type | Method and Description |
|---|---|
List<BotLocaleSummary> |
ListBotLocalesResult.getBotLocaleSummaries()
Summary information for the locales that meet the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListBotLocalesResult |
ListBotLocalesResult.withBotLocaleSummaries(BotLocaleSummary... botLocaleSummaries)
Summary information for the locales that meet the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBotLocalesResult.setBotLocaleSummaries(Collection<BotLocaleSummary> botLocaleSummaries)
Summary information for the locales that meet the filter criteria specified in the request.
|
ListBotLocalesResult |
ListBotLocalesResult.withBotLocaleSummaries(Collection<BotLocaleSummary> botLocaleSummaries)
Summary information for the locales that meet the filter criteria specified in the request.
|
Copyright © 2024. All rights reserved.