CreateBotLocaleResponse.Builder |
CreateBotLocaleResponse.Builder.botId(String botId) |
The specified bot identifier.
|
CreateBotLocaleResponse.Builder |
CreateBotLocaleResponse.Builder.botLocaleStatus(String botLocaleStatus) |
The status of the bot.
|
CreateBotLocaleResponse.Builder |
CreateBotLocaleResponse.Builder.botLocaleStatus(BotLocaleStatus botLocaleStatus) |
The status of the bot.
|
CreateBotLocaleResponse.Builder |
CreateBotLocaleResponse.Builder.botVersion(String botVersion) |
The specified bot version.
|
static CreateBotLocaleResponse.Builder |
CreateBotLocaleResponse.builder() |
|
CreateBotLocaleResponse.Builder |
CreateBotLocaleResponse.Builder.creationDateTime(Instant creationDateTime) |
A timestamp specifying the date and time that the bot locale was created.
|
CreateBotLocaleResponse.Builder |
CreateBotLocaleResponse.Builder.description(String description) |
The specified description of the bot locale.
|
default CreateBotLocaleResponse.Builder |
CreateBotLocaleResponse.Builder.generativeAISettings(Consumer<GenerativeAISettings.Builder> generativeAISettings) |
Sets the value of the GenerativeAISettings property for this object.
|
CreateBotLocaleResponse.Builder |
CreateBotLocaleResponse.Builder.generativeAISettings(GenerativeAISettings generativeAISettings) |
Sets the value of the GenerativeAISettings property for this object.
|
CreateBotLocaleResponse.Builder |
CreateBotLocaleResponse.Builder.localeId(String localeId) |
The specified locale identifier.
|
CreateBotLocaleResponse.Builder |
CreateBotLocaleResponse.Builder.localeName(String localeName) |
The specified locale name.
|
CreateBotLocaleResponse.Builder |
CreateBotLocaleResponse.Builder.nluIntentConfidenceThreshold(Double nluIntentConfidenceThreshold) |
The specified confidence threshold for inserting the AMAZON.FallbackIntent and
AMAZON.KendraSearchIntent intents.
|
CreateBotLocaleResponse.Builder |
CreateBotLocaleResponse.toBuilder() |
|
default CreateBotLocaleResponse.Builder |
CreateBotLocaleResponse.Builder.voiceSettings(Consumer<VoiceSettings.Builder> voiceSettings) |
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
|
CreateBotLocaleResponse.Builder |
CreateBotLocaleResponse.Builder.voiceSettings(VoiceSettings voiceSettings) |
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
|