| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeBotLocaleResult |
AmazonLexModelsV2Client.describeBotLocale(DescribeBotLocaleRequest request)
Describes the settings that a bot has for a specific locale.
|
DescribeBotLocaleResult |
AmazonLexModelsV2.describeBotLocale(DescribeBotLocaleRequest describeBotLocaleRequest)
Describes the settings that a bot has for a specific locale.
|
DescribeBotLocaleResult |
AbstractAmazonLexModelsV2.describeBotLocale(DescribeBotLocaleRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeBotLocaleResult> |
AbstractAmazonLexModelsV2Async.describeBotLocaleAsync(DescribeBotLocaleRequest request,
AsyncHandler<DescribeBotLocaleRequest,DescribeBotLocaleResult> asyncHandler) |
Future<DescribeBotLocaleResult> |
AmazonLexModelsV2AsyncClient.describeBotLocaleAsync(DescribeBotLocaleRequest request,
AsyncHandler<DescribeBotLocaleRequest,DescribeBotLocaleResult> asyncHandler) |
Future<DescribeBotLocaleResult> |
AmazonLexModelsV2Async.describeBotLocaleAsync(DescribeBotLocaleRequest describeBotLocaleRequest,
AsyncHandler<DescribeBotLocaleRequest,DescribeBotLocaleResult> asyncHandler)
Describes the settings that a bot has for a specific locale.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBotLocaleResult |
DescribeBotLocaleResult.clone() |
DescribeBotLocaleResult |
DescribeBotLocaleResult.withBotId(String botId)
The identifier of the bot associated with the locale.
|
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.
|
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.
|
DescribeBotLocaleResult |
DescribeBotLocaleResult.withBotLocaleStatus(BotLocaleStatus botLocaleStatus)
The status of the bot.
|
DescribeBotLocaleResult |
DescribeBotLocaleResult.withBotLocaleStatus(String botLocaleStatus)
The status of the bot.
|
DescribeBotLocaleResult |
DescribeBotLocaleResult.withBotVersion(String botVersion)
The identifier of the version of the bot associated with the locale.
|
DescribeBotLocaleResult |
DescribeBotLocaleResult.withCreationDateTime(Date creationDateTime)
The date and time that the locale was created.
|
DescribeBotLocaleResult |
DescribeBotLocaleResult.withDescription(String description)
The description of the locale.
|
DescribeBotLocaleResult |
DescribeBotLocaleResult.withFailureReasons(Collection<String> failureReasons)
if
botLocaleStatus is Failed, Amazon Lex explains why it failed to build the bot. |
DescribeBotLocaleResult |
DescribeBotLocaleResult.withFailureReasons(String... failureReasons)
if
botLocaleStatus is Failed, Amazon Lex explains why it failed to build the bot. |
DescribeBotLocaleResult |
DescribeBotLocaleResult.withIntentsCount(Integer intentsCount)
The number of intents defined for the locale.
|
DescribeBotLocaleResult |
DescribeBotLocaleResult.withLastBuildSubmittedDateTime(Date lastBuildSubmittedDateTime)
The date and time that the locale was last submitted for building.
|
DescribeBotLocaleResult |
DescribeBotLocaleResult.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time that the locale was last updated.
|
DescribeBotLocaleResult |
DescribeBotLocaleResult.withLocaleId(String localeId)
The unique identifier of the described locale.
|
DescribeBotLocaleResult |
DescribeBotLocaleResult.withLocaleName(String localeName)
The name of the locale.
|
DescribeBotLocaleResult |
DescribeBotLocaleResult.withNluIntentConfidenceThreshold(Double nluIntentConfidenceThreshold)
The confidence threshold where Amazon Lex inserts the
AMAZON.FallbackIntent and
AMAZON.KendraSearchIntent intents in the list of possible intents for an utterance. |
DescribeBotLocaleResult |
DescribeBotLocaleResult.withSlotTypesCount(Integer slotTypesCount)
The number of slot types defined for the locale.
|
DescribeBotLocaleResult |
DescribeBotLocaleResult.withVoiceSettings(VoiceSettings voiceSettings)
The Amazon Polly voice Amazon Lex uses for voice interaction with the user.
|
Copyright © 2021. All rights reserved.