| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateBotLocaleResult> |
AbstractAmazonLexModelsV2Async.updateBotLocaleAsync(UpdateBotLocaleRequest request,
AsyncHandler<UpdateBotLocaleRequest,UpdateBotLocaleResult> asyncHandler) |
Future<UpdateBotLocaleResult> |
AmazonLexModelsV2AsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBotLocaleRequest |
UpdateBotLocaleRequest.clone() |
UpdateBotLocaleRequest |
UpdateBotLocaleRequest.withBotId(String botId)
The unique identifier of the bot that contains the locale.
|
UpdateBotLocaleRequest |
UpdateBotLocaleRequest.withBotVersion(String botVersion)
The version of the bot that contains the locale to be updated.
|
UpdateBotLocaleRequest |
UpdateBotLocaleRequest.withDescription(String description)
The new description of the locale.
|
UpdateBotLocaleRequest |
UpdateBotLocaleRequest.withLocaleId(String localeId)
The identifier of the language and locale to update.
|
UpdateBotLocaleRequest |
UpdateBotLocaleRequest.withNluIntentConfidenceThreshold(Double nluIntentConfidenceThreshold)
The new confidence threshold where Amazon Lex inserts the
AMAZON.FallbackIntent and
AMAZON.KendraSearchIntent intents in the list of possible intents for an utterance. |
UpdateBotLocaleRequest |
UpdateBotLocaleRequest.withVoiceSettings(VoiceSettings voiceSettings)
The new Amazon Polly voice Amazon Lex should use for voice interaction with the user.
|
Copyright © 2021. All rights reserved.