| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateBotLocaleResponse.Builder |
CreateBotLocaleResponse.Builder.botId(String botId)
The specified bot identifier.
|
CreateBotLocaleResponse.Builder |
CreateBotLocaleResponse.Builder.botLocaleStatus(BotLocaleStatus botLocaleStatus)
The status of the bot.
|
CreateBotLocaleResponse.Builder |
CreateBotLocaleResponse.Builder.botLocaleStatus(String 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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateBotLocaleResponse.Builder> |
CreateBotLocaleResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.