| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateBotLocaleResponse |
LexModelsV2Client.createBotLocale(Consumer<CreateBotLocaleRequest.Builder> createBotLocaleRequest)
Creates a locale in the bot.
|
default CompletableFuture<CreateBotLocaleResponse> |
LexModelsV2AsyncClient.createBotLocale(Consumer<CreateBotLocaleRequest.Builder> createBotLocaleRequest)
Creates a locale in the bot.
|
| Modifier and Type | Method and Description |
|---|---|
CreateBotLocaleRequest.Builder |
CreateBotLocaleRequest.Builder.botId(String botId)
The identifier of the bot to create the locale for.
|
CreateBotLocaleRequest.Builder |
CreateBotLocaleRequest.Builder.botVersion(String botVersion)
The version of the bot to create the locale for.
|
static CreateBotLocaleRequest.Builder |
CreateBotLocaleRequest.builder() |
CreateBotLocaleRequest.Builder |
CreateBotLocaleRequest.Builder.description(String description)
A description of the bot locale.
|
CreateBotLocaleRequest.Builder |
CreateBotLocaleRequest.Builder.localeId(String localeId)
The identifier of the language and locale that the bot will be used in.
|
CreateBotLocaleRequest.Builder |
CreateBotLocaleRequest.Builder.nluIntentConfidenceThreshold(Double nluIntentConfidenceThreshold)
Determines the threshold where Amazon Lex will insert the
AMAZON.FallbackIntent,
AMAZON.KendraSearchIntent, or both when returning alternative intents. |
CreateBotLocaleRequest.Builder |
CreateBotLocaleRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateBotLocaleRequest.Builder |
CreateBotLocaleRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateBotLocaleRequest.Builder |
CreateBotLocaleRequest.toBuilder() |
default CreateBotLocaleRequest.Builder |
CreateBotLocaleRequest.Builder.voiceSettings(Consumer<VoiceSettings.Builder> voiceSettings)
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
|
CreateBotLocaleRequest.Builder |
CreateBotLocaleRequest.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 CreateBotLocaleRequest.Builder> |
CreateBotLocaleRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.