UpdateBotLocaleResponse.Builder |
UpdateBotLocaleResponse.Builder.botId(String botId) |
The identifier of the bot that contains the updated locale.
|
UpdateBotLocaleResponse.Builder |
UpdateBotLocaleResponse.Builder.botLocaleStatus(String botLocaleStatus) |
The current status of the locale.
|
UpdateBotLocaleResponse.Builder |
UpdateBotLocaleResponse.Builder.botLocaleStatus(BotLocaleStatus 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(String... failureReasons) |
If the botLocaleStatus is Failed, the failureReasons field lists the
errors that occurred while building the bot.
|
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.
|
default UpdateBotLocaleResponse.Builder |
UpdateBotLocaleResponse.Builder.generativeAISettings(Consumer<GenerativeAISettings.Builder> generativeAISettings) |
Contains settings for generative AI features powered by Amazon Bedrock for your bot locale.
|
UpdateBotLocaleResponse.Builder |
UpdateBotLocaleResponse.Builder.generativeAISettings(GenerativeAISettings generativeAISettings) |
Contains settings for generative AI features powered by Amazon Bedrock for your bot locale.
|
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.Builder.recommendedActions(String... recommendedActions) |
Recommended actions to take to resolve an error in the failureReasons field.
|
UpdateBotLocaleResponse.Builder |
UpdateBotLocaleResponse.Builder.recommendedActions(Collection<String> recommendedActions) |
Recommended actions to take to resolve an error in the failureReasons field.
|
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.
|