public static interface DescribeBotLocaleResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DescribeBotLocaleResponse.Builder,DescribeBotLocaleResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeBotLocaleResponse.Builder |
botId(String botId)
The identifier of the bot associated with the locale.
|
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 |
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 |
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 |
botLocaleStatus(BotLocaleStatus botLocaleStatus)
The status of the bot.
|
DescribeBotLocaleResponse.Builder |
botLocaleStatus(String botLocaleStatus)
The status of the bot.
|
DescribeBotLocaleResponse.Builder |
botVersion(String botVersion)
The identifier of the version of the bot associated with the locale.
|
DescribeBotLocaleResponse.Builder |
creationDateTime(Instant creationDateTime)
The date and time that the locale was created.
|
DescribeBotLocaleResponse.Builder |
description(String description)
The description of the locale.
|
DescribeBotLocaleResponse.Builder |
failureReasons(Collection<String> failureReasons)
if
botLocaleStatus is Failed, Amazon Lex explains why it failed to build the bot. |
DescribeBotLocaleResponse.Builder |
failureReasons(String... failureReasons)
if
botLocaleStatus is Failed, Amazon Lex explains why it failed to build the bot. |
DescribeBotLocaleResponse.Builder |
intentsCount(Integer intentsCount)
The number of intents defined for the locale.
|
DescribeBotLocaleResponse.Builder |
lastBuildSubmittedDateTime(Instant lastBuildSubmittedDateTime)
The date and time that the locale was last submitted for building.
|
DescribeBotLocaleResponse.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time that the locale was last updated.
|
DescribeBotLocaleResponse.Builder |
localeId(String localeId)
The unique identifier of the described locale.
|
DescribeBotLocaleResponse.Builder |
localeName(String localeName)
The name of the locale.
|
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 |
recommendedActions(Collection<String> recommendedActions)
Recommended actions to take to resolve an error in the
failureReasons field. |
DescribeBotLocaleResponse.Builder |
recommendedActions(String... recommendedActions)
Recommended actions to take to resolve an error in the
failureReasons field. |
DescribeBotLocaleResponse.Builder |
slotTypesCount(Integer slotTypesCount)
The number of slot types defined for the locale.
|
default DescribeBotLocaleResponse.Builder |
voiceSettings(Consumer<VoiceSettings.Builder> voiceSettings)
The Amazon Polly voice Amazon Lex uses for voice interaction with the user.
|
DescribeBotLocaleResponse.Builder |
voiceSettings(VoiceSettings voiceSettings)
The Amazon Polly voice Amazon Lex uses for voice interaction with the user.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeBotLocaleResponse.Builder botId(String botId)
The identifier of the bot associated with the locale.
botId - The identifier of the bot associated with the locale.DescribeBotLocaleResponse.Builder botVersion(String botVersion)
The identifier of the version of the bot associated with the locale.
botVersion - The identifier of the version of the bot associated with the locale.DescribeBotLocaleResponse.Builder localeId(String localeId)
The unique identifier of the described locale.
localeId - The unique identifier of the described locale.DescribeBotLocaleResponse.Builder localeName(String localeName)
The name of the locale.
localeName - The name of the locale.DescribeBotLocaleResponse.Builder description(String description)
The description of the locale.
description - The description of the locale.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.
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 voiceSettings(VoiceSettings voiceSettings)
The Amazon Polly voice Amazon Lex uses for voice interaction with the user.
voiceSettings - The Amazon Polly voice Amazon Lex uses for voice interaction with the user.default DescribeBotLocaleResponse.Builder voiceSettings(Consumer<VoiceSettings.Builder> voiceSettings)
The Amazon Polly voice Amazon Lex uses for voice interaction with the user.
This is a convenience method that creates an instance of theVoiceSettings.Builder avoiding the need
to create one manually via VoiceSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to voiceSettings(VoiceSettings).
voiceSettings - a consumer that will call methods on VoiceSettings.BuildervoiceSettings(VoiceSettings)DescribeBotLocaleResponse.Builder intentsCount(Integer intentsCount)
The number of intents defined for the locale.
intentsCount - The number of intents defined for the locale.DescribeBotLocaleResponse.Builder slotTypesCount(Integer slotTypesCount)
The number of slot types defined for the locale.
slotTypesCount - The number of slot types defined for the locale.DescribeBotLocaleResponse.Builder botLocaleStatus(String botLocaleStatus)
The status of the bot. If the status is Failed, the reasons for the failure are listed in the
failureReasons field.
botLocaleStatus - The status of the bot. If the status is Failed, the reasons for the failure are listed in
the failureReasons field.BotLocaleStatus,
BotLocaleStatusDescribeBotLocaleResponse.Builder botLocaleStatus(BotLocaleStatus botLocaleStatus)
The status of the bot. If the status is Failed, the reasons for the failure are listed in the
failureReasons field.
botLocaleStatus - The status of the bot. If the status is Failed, the reasons for the failure are listed in
the failureReasons field.BotLocaleStatus,
BotLocaleStatusDescribeBotLocaleResponse.Builder failureReasons(Collection<String> failureReasons)
if botLocaleStatus is Failed, Amazon Lex explains why it failed to build the bot.
failureReasons - if botLocaleStatus is Failed, Amazon Lex explains why it failed to build the
bot.DescribeBotLocaleResponse.Builder failureReasons(String... failureReasons)
if botLocaleStatus is Failed, Amazon Lex explains why it failed to build the bot.
failureReasons - if botLocaleStatus is Failed, Amazon Lex explains why it failed to build the
bot.DescribeBotLocaleResponse.Builder creationDateTime(Instant creationDateTime)
The date and time that the locale was created.
creationDateTime - The date and time that the locale was created.DescribeBotLocaleResponse.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time that the locale was last updated.
lastUpdatedDateTime - The date and time that the locale was last updated.DescribeBotLocaleResponse.Builder lastBuildSubmittedDateTime(Instant lastBuildSubmittedDateTime)
The date and time that the locale was last submitted for building.
lastBuildSubmittedDateTime - The date and time that the locale was last submitted for building.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.
botLocaleHistoryEvents - History of changes, such as when a locale is used in an alias, that have taken place for the locale.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.
botLocaleHistoryEvents - History of changes, such as when a locale is used in an alias, that have taken place for the locale.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.
This is a convenience method that creates an instance of theBotLocaleHistoryEvent.Builder avoiding the need to
create one manually via
BotLocaleHistoryEvent.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #botLocaleHistoryEvents(List.
botLocaleHistoryEvents - a consumer that will call methods on
BotLocaleHistoryEvent.Builder#botLocaleHistoryEvents(java.util.Collection) DescribeBotLocaleResponse.Builder recommendedActions(Collection<String> recommendedActions)
Recommended actions to take to resolve an error in the failureReasons field.
recommendedActions - Recommended actions to take to resolve an error in the failureReasons field.DescribeBotLocaleResponse.Builder recommendedActions(String... recommendedActions)
Recommended actions to take to resolve an error in the failureReasons field.
recommendedActions - Recommended actions to take to resolve an error in the failureReasons field.Copyright © 2022. All rights reserved.