| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateBotLocaleResponse.Builder |
UpdateBotLocaleResponse.Builder.botId(String botId)
The identifier of the bot that contains the updated locale.
|
UpdateBotLocaleResponse.Builder |
UpdateBotLocaleResponse.Builder.botLocaleStatus(BotLocaleStatus botLocaleStatus)
The current status of the locale.
|
UpdateBotLocaleResponse.Builder |
UpdateBotLocaleResponse.Builder.botLocaleStatus(String botLocaleStatus)
The current status of the locale.
|
UpdateBotLocaleResponse.Builder |
UpdateBotLocaleResponse.Builder.botVersion(String botVersion)
The version of the bot that contains the updated locale.
|
static UpdateBotLocaleResponse.Builder |
UpdateBotLocaleResponse.builder() |
UpdateBotLocaleResponse.Builder |
UpdateBotLocaleResponse.Builder.creationDateTime(Instant creationDateTime)
A timestamp of the date and time that the locale was created.
|
UpdateBotLocaleResponse.Builder |
UpdateBotLocaleResponse.Builder.description(String description)
The updated description of the locale.
|
UpdateBotLocaleResponse.Builder |
UpdateBotLocaleResponse.Builder.failureReasons(Collection<String> failureReasons)
If the
botLocaleStatus is Failed, the failureReasons field lists the
errors that occurred while building the bot. |
UpdateBotLocaleResponse.Builder |
UpdateBotLocaleResponse.Builder.failureReasons(String... failureReasons)
If the
botLocaleStatus is Failed, the failureReasons field lists the
errors that occurred while building the bot. |
UpdateBotLocaleResponse.Builder |
UpdateBotLocaleResponse.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the date and time that the locale was last updated.
|
UpdateBotLocaleResponse.Builder |
UpdateBotLocaleResponse.Builder.localeId(String localeId)
The language and locale of the updated bot locale.
|
UpdateBotLocaleResponse.Builder |
UpdateBotLocaleResponse.Builder.localeName(String localeName)
The updated locale name for the locale.
|
UpdateBotLocaleResponse.Builder |
UpdateBotLocaleResponse.Builder.nluIntentConfidenceThreshold(Double nluIntentConfidenceThreshold)
The updated confidence threshold for inserting the
AMAZON.FallbackIntent and
AMAZON.KendraSearchIntent intents in the list of possible intents for an utterance. |
UpdateBotLocaleResponse.Builder |
UpdateBotLocaleResponse.toBuilder() |
default UpdateBotLocaleResponse.Builder |
UpdateBotLocaleResponse.Builder.voiceSettings(Consumer<VoiceSettings.Builder> voiceSettings)
The updated Amazon Polly voice to use for voice interaction with the user.
|
UpdateBotLocaleResponse.Builder |
UpdateBotLocaleResponse.Builder.voiceSettings(VoiceSettings voiceSettings)
The updated Amazon Polly voice to use for voice interaction with the user.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateBotLocaleResponse.Builder> |
UpdateBotLocaleResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.