public static interface CreateBotLocaleResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<CreateBotLocaleResponse.Builder,CreateBotLocaleResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateBotLocaleResponse.Builder |
botId(String botId)
The specified bot identifier.
|
CreateBotLocaleResponse.Builder |
botLocaleStatus(BotLocaleStatus botLocaleStatus)
The status of the bot.
|
CreateBotLocaleResponse.Builder |
botLocaleStatus(String botLocaleStatus)
The status of the bot.
|
CreateBotLocaleResponse.Builder |
botVersion(String botVersion)
The specified bot version.
|
CreateBotLocaleResponse.Builder |
creationDateTime(Instant creationDateTime)
A timestamp specifying the date and time that the bot locale was created.
|
CreateBotLocaleResponse.Builder |
description(String description)
The specified description of the bot locale.
|
CreateBotLocaleResponse.Builder |
localeId(String localeId)
The specified locale identifier.
|
CreateBotLocaleResponse.Builder |
localeName(String localeName)
The specified locale name.
|
CreateBotLocaleResponse.Builder |
nluIntentConfidenceThreshold(Double nluIntentConfidenceThreshold)
The specified confidence threshold for inserting the
AMAZON.FallbackIntent and
AMAZON.KendraSearchIntent intents. |
default CreateBotLocaleResponse.Builder |
voiceSettings(Consumer<VoiceSettings.Builder> voiceSettings)
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
|
CreateBotLocaleResponse.Builder |
voiceSettings(VoiceSettings voiceSettings)
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBotLocaleResponse.Builder botId(String botId)
The specified bot identifier.
botId - The specified bot identifier.CreateBotLocaleResponse.Builder botVersion(String botVersion)
The specified bot version.
botVersion - The specified bot version.CreateBotLocaleResponse.Builder localeName(String localeName)
The specified locale name.
localeName - The specified locale name.CreateBotLocaleResponse.Builder localeId(String localeId)
The specified locale identifier.
localeId - The specified locale identifier.CreateBotLocaleResponse.Builder description(String description)
The specified description of the bot locale.
description - The specified description of the bot locale.CreateBotLocaleResponse.Builder nluIntentConfidenceThreshold(Double nluIntentConfidenceThreshold)
The specified confidence threshold for inserting the AMAZON.FallbackIntent and
AMAZON.KendraSearchIntent intents.
nluIntentConfidenceThreshold - The specified confidence threshold for inserting the AMAZON.FallbackIntent and
AMAZON.KendraSearchIntent intents.CreateBotLocaleResponse.Builder voiceSettings(VoiceSettings voiceSettings)
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
voiceSettings - The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.default CreateBotLocaleResponse.Builder voiceSettings(Consumer<VoiceSettings.Builder> voiceSettings)
The Amazon Polly voice ID that 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)CreateBotLocaleResponse.Builder botLocaleStatus(String botLocaleStatus)
The status of the bot.
When the status is Creating the bot locale is being configured. When the status is
Building Amazon Lex is building the bot for testing and use.
If the status of the bot is ReadyExpressTesting, you can test the bot using the exact utterances
specified in the bots' intents. When the bot is ready for full testing or to run, the status is
Built.
If there was a problem with building the bot, the status is Failed. If the bot was saved but not
built, the status is NotBuilt.
botLocaleStatus - The status of the bot.
When the status is Creating the bot locale is being configured. When the status is
Building Amazon Lex is building the bot for testing and use.
If the status of the bot is ReadyExpressTesting, you can test the bot using the exact
utterances specified in the bots' intents. When the bot is ready for full testing or to run, the
status is Built.
If there was a problem with building the bot, the status is Failed. If the bot was saved
but not built, the status is NotBuilt.
BotLocaleStatus,
BotLocaleStatusCreateBotLocaleResponse.Builder botLocaleStatus(BotLocaleStatus botLocaleStatus)
The status of the bot.
When the status is Creating the bot locale is being configured. When the status is
Building Amazon Lex is building the bot for testing and use.
If the status of the bot is ReadyExpressTesting, you can test the bot using the exact utterances
specified in the bots' intents. When the bot is ready for full testing or to run, the status is
Built.
If there was a problem with building the bot, the status is Failed. If the bot was saved but not
built, the status is NotBuilt.
botLocaleStatus - The status of the bot.
When the status is Creating the bot locale is being configured. When the status is
Building Amazon Lex is building the bot for testing and use.
If the status of the bot is ReadyExpressTesting, you can test the bot using the exact
utterances specified in the bots' intents. When the bot is ready for full testing or to run, the
status is Built.
If there was a problem with building the bot, the status is Failed. If the bot was saved
but not built, the status is NotBuilt.
BotLocaleStatus,
BotLocaleStatusCreateBotLocaleResponse.Builder creationDateTime(Instant creationDateTime)
A timestamp specifying the date and time that the bot locale was created.
creationDateTime - A timestamp specifying the date and time that the bot locale was created.Copyright © 2022. All rights reserved.