| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateBotLocaleResponse> |
LexModelsV2AsyncClient.updateBotLocale(Consumer<UpdateBotLocaleRequest.Builder> updateBotLocaleRequest)
Updates the settings that a bot has for a specific locale.
|
default UpdateBotLocaleResponse |
LexModelsV2Client.updateBotLocale(Consumer<UpdateBotLocaleRequest.Builder> updateBotLocaleRequest)
Updates the settings that a bot has for a specific locale.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBotLocaleRequest.Builder |
UpdateBotLocaleRequest.Builder.botId(String botId)
The unique identifier of the bot that contains the locale.
|
UpdateBotLocaleRequest.Builder |
UpdateBotLocaleRequest.Builder.botVersion(String botVersion)
The version of the bot that contains the locale to be updated.
|
static UpdateBotLocaleRequest.Builder |
UpdateBotLocaleRequest.builder() |
UpdateBotLocaleRequest.Builder |
UpdateBotLocaleRequest.Builder.description(String description)
The new description of the locale.
|
UpdateBotLocaleRequest.Builder |
UpdateBotLocaleRequest.Builder.localeId(String localeId)
The identifier of the language and locale to update.
|
UpdateBotLocaleRequest.Builder |
UpdateBotLocaleRequest.Builder.nluIntentConfidenceThreshold(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.Builder |
UpdateBotLocaleRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateBotLocaleRequest.Builder |
UpdateBotLocaleRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateBotLocaleRequest.Builder |
UpdateBotLocaleRequest.toBuilder() |
default UpdateBotLocaleRequest.Builder |
UpdateBotLocaleRequest.Builder.voiceSettings(Consumer<VoiceSettings.Builder> voiceSettings)
The new Amazon Polly voice Amazon Lex should use for voice interaction with the user.
|
UpdateBotLocaleRequest.Builder |
UpdateBotLocaleRequest.Builder.voiceSettings(VoiceSettings voiceSettings)
The new Amazon Polly voice Amazon Lex should use for voice interaction with the user.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateBotLocaleRequest.Builder> |
UpdateBotLocaleRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.