| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateBotLocaleResult |
AbstractAmazonLexModelsV2.updateBotLocale(UpdateBotLocaleRequest request) |
UpdateBotLocaleResult |
AmazonLexModelsV2Client.updateBotLocale(UpdateBotLocaleRequest request)
Updates the settings that a bot has for a specific locale.
|
UpdateBotLocaleResult |
AmazonLexModelsV2.updateBotLocale(UpdateBotLocaleRequest updateBotLocaleRequest)
Updates the settings that a bot has for a specific locale.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateBotLocaleResult> |
AbstractAmazonLexModelsV2Async.updateBotLocaleAsync(UpdateBotLocaleRequest request,
AsyncHandler<UpdateBotLocaleRequest,UpdateBotLocaleResult> asyncHandler) |
Future<UpdateBotLocaleResult> |
AmazonLexModelsV2Async.updateBotLocaleAsync(UpdateBotLocaleRequest updateBotLocaleRequest,
AsyncHandler<UpdateBotLocaleRequest,UpdateBotLocaleResult> asyncHandler)
Updates the settings that a bot has for a specific locale.
|
Future<UpdateBotLocaleResult> |
AmazonLexModelsV2AsyncClient.updateBotLocaleAsync(UpdateBotLocaleRequest request,
AsyncHandler<UpdateBotLocaleRequest,UpdateBotLocaleResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateBotLocaleResult |
UpdateBotLocaleResult.clone() |
UpdateBotLocaleResult |
UpdateBotLocaleResult.withBotId(String botId)
The identifier of the bot that contains the updated locale.
|
UpdateBotLocaleResult |
UpdateBotLocaleResult.withBotLocaleStatus(BotLocaleStatus botLocaleStatus)
The current status of the locale.
|
UpdateBotLocaleResult |
UpdateBotLocaleResult.withBotLocaleStatus(String botLocaleStatus)
The current status of the locale.
|
UpdateBotLocaleResult |
UpdateBotLocaleResult.withBotVersion(String botVersion)
The version of the bot that contains the updated locale.
|
UpdateBotLocaleResult |
UpdateBotLocaleResult.withCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the locale was created.
|
UpdateBotLocaleResult |
UpdateBotLocaleResult.withDescription(String description)
The updated description of the locale.
|
UpdateBotLocaleResult |
UpdateBotLocaleResult.withFailureReasons(Collection<String> failureReasons)
If the
botLocaleStatus is Failed, the failureReasons field lists the
errors that occurred while building the bot. |
UpdateBotLocaleResult |
UpdateBotLocaleResult.withFailureReasons(String... failureReasons)
If the
botLocaleStatus is Failed, the failureReasons field lists the
errors that occurred while building the bot. |
UpdateBotLocaleResult |
UpdateBotLocaleResult.withLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the locale was last updated.
|
UpdateBotLocaleResult |
UpdateBotLocaleResult.withLocaleId(String localeId)
The language and locale of the updated bot locale.
|
UpdateBotLocaleResult |
UpdateBotLocaleResult.withLocaleName(String localeName)
The updated locale name for the locale.
|
UpdateBotLocaleResult |
UpdateBotLocaleResult.withNluIntentConfidenceThreshold(Double nluIntentConfidenceThreshold)
The updated confidence threshold for inserting the
AMAZON.FallbackIntent and
AMAZON.KendraSearchIntent intents in the list of possible intents for an utterance. |
UpdateBotLocaleResult |
UpdateBotLocaleResult.withRecommendedActions(Collection<String> recommendedActions)
Recommended actions to take to resolve an error in the
failureReasons field. |
UpdateBotLocaleResult |
UpdateBotLocaleResult.withRecommendedActions(String... recommendedActions)
Recommended actions to take to resolve an error in the
failureReasons field. |
UpdateBotLocaleResult |
UpdateBotLocaleResult.withVoiceSettings(VoiceSettings voiceSettings)
The updated Amazon Polly voice to use for voice interaction with the user.
|
Copyright © 2023. All rights reserved.