DescribeBotLocaleResponse.Builder |
DescribeBotLocaleResponse.Builder.botId(String botId) |
The identifier of the bot associated with the locale.
|
DescribeBotLocaleResponse.Builder |
DescribeBotLocaleResponse.Builder.botLocaleHistoryEvents(Collection<BotLocaleHistoryEvent> botLocaleHistoryEvents) |
History of changes, such as when a locale is used in an alias, that have taken place for the locale.
|
DescribeBotLocaleResponse.Builder |
DescribeBotLocaleResponse.Builder.botLocaleHistoryEvents(Consumer<BotLocaleHistoryEvent.Builder>... botLocaleHistoryEvents) |
History of changes, such as when a locale is used in an alias, that have taken place for the locale.
|
DescribeBotLocaleResponse.Builder |
DescribeBotLocaleResponse.Builder.botLocaleHistoryEvents(BotLocaleHistoryEvent... botLocaleHistoryEvents) |
History of changes, such as when a locale is used in an alias, that have taken place for the locale.
|
DescribeBotLocaleResponse.Builder |
DescribeBotLocaleResponse.Builder.botLocaleStatus(String botLocaleStatus) |
The status of the bot.
|
DescribeBotLocaleResponse.Builder |
DescribeBotLocaleResponse.Builder.botLocaleStatus(BotLocaleStatus botLocaleStatus) |
The status of the bot.
|
DescribeBotLocaleResponse.Builder |
DescribeBotLocaleResponse.Builder.botVersion(String botVersion) |
The version of the bot associated with the locale.
|
static DescribeBotLocaleResponse.Builder |
DescribeBotLocaleResponse.builder() |
|
DescribeBotLocaleResponse.Builder |
DescribeBotLocaleResponse.Builder.creationDateTime(Instant creationDateTime) |
The date and time that the locale was created.
|
DescribeBotLocaleResponse.Builder |
DescribeBotLocaleResponse.Builder.description(String description) |
The description of the locale.
|
DescribeBotLocaleResponse.Builder |
DescribeBotLocaleResponse.Builder.failureReasons(String... failureReasons) |
if botLocaleStatus is Failed, Amazon Lex explains why it failed to build the bot.
|
DescribeBotLocaleResponse.Builder |
DescribeBotLocaleResponse.Builder.failureReasons(Collection<String> failureReasons) |
if botLocaleStatus is Failed, Amazon Lex explains why it failed to build the bot.
|
default DescribeBotLocaleResponse.Builder |
DescribeBotLocaleResponse.Builder.generativeAISettings(Consumer<GenerativeAISettings.Builder> generativeAISettings) |
Contains settings for Amazon Bedrock's generative AI features for your bot locale.
|
DescribeBotLocaleResponse.Builder |
DescribeBotLocaleResponse.Builder.generativeAISettings(GenerativeAISettings generativeAISettings) |
Contains settings for Amazon Bedrock's generative AI features for your bot locale.
|
DescribeBotLocaleResponse.Builder |
DescribeBotLocaleResponse.Builder.intentsCount(Integer intentsCount) |
The number of intents defined for the locale.
|
DescribeBotLocaleResponse.Builder |
DescribeBotLocaleResponse.Builder.lastBuildSubmittedDateTime(Instant lastBuildSubmittedDateTime) |
The date and time that the locale was last submitted for building.
|
DescribeBotLocaleResponse.Builder |
DescribeBotLocaleResponse.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime) |
The date and time that the locale was last updated.
|
DescribeBotLocaleResponse.Builder |
DescribeBotLocaleResponse.Builder.localeId(String localeId) |
The unique identifier of the described locale.
|
DescribeBotLocaleResponse.Builder |
DescribeBotLocaleResponse.Builder.localeName(String localeName) |
The name of the locale.
|
DescribeBotLocaleResponse.Builder |
DescribeBotLocaleResponse.Builder.nluIntentConfidenceThreshold(Double nluIntentConfidenceThreshold) |
The confidence threshold where Amazon Lex inserts the AMAZON.FallbackIntent and
AMAZON.KendraSearchIntent intents in the list of possible intents for an utterance.
|
DescribeBotLocaleResponse.Builder |
DescribeBotLocaleResponse.Builder.recommendedActions(String... recommendedActions) |
Recommended actions to take to resolve an error in the failureReasons field.
|
DescribeBotLocaleResponse.Builder |
DescribeBotLocaleResponse.Builder.recommendedActions(Collection<String> recommendedActions) |
Recommended actions to take to resolve an error in the failureReasons field.
|
DescribeBotLocaleResponse.Builder |
DescribeBotLocaleResponse.Builder.slotTypesCount(Integer slotTypesCount) |
The number of slot types defined for the locale.
|
DescribeBotLocaleResponse.Builder |
DescribeBotLocaleResponse.toBuilder() |
|
default DescribeBotLocaleResponse.Builder |
DescribeBotLocaleResponse.Builder.voiceSettings(Consumer<VoiceSettings.Builder> voiceSettings) |
The Amazon Polly voice Amazon Lex uses for voice interaction with the user.
|
DescribeBotLocaleResponse.Builder |
DescribeBotLocaleResponse.Builder.voiceSettings(VoiceSettings voiceSettings) |
The Amazon Polly voice Amazon Lex uses for voice interaction with the user.
|