| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateBotLocaleResult> |
AbstractAmazonLexModelsV2Async.createBotLocaleAsync(CreateBotLocaleRequest request,
AsyncHandler<CreateBotLocaleRequest,CreateBotLocaleResult> asyncHandler) |
Future<CreateBotLocaleResult> |
AmazonLexModelsV2AsyncClient.createBotLocaleAsync(CreateBotLocaleRequest request,
AsyncHandler<CreateBotLocaleRequest,CreateBotLocaleResult> asyncHandler) |
Future<CreateBotLocaleResult> |
AmazonLexModelsV2Async.createBotLocaleAsync(CreateBotLocaleRequest createBotLocaleRequest,
AsyncHandler<CreateBotLocaleRequest,CreateBotLocaleResult> asyncHandler)
Creates a locale in the bot.
|
| Modifier and Type | Method and Description |
|---|---|
CreateBotLocaleRequest |
CreateBotLocaleRequest.clone() |
CreateBotLocaleRequest |
CreateBotLocaleRequest.withBotId(String botId)
The identifier of the bot to create the locale for.
|
CreateBotLocaleRequest |
CreateBotLocaleRequest.withBotVersion(String botVersion)
The version of the bot to create the locale for.
|
CreateBotLocaleRequest |
CreateBotLocaleRequest.withDescription(String description)
A description of the bot locale.
|
CreateBotLocaleRequest |
CreateBotLocaleRequest.withLocaleId(String localeId)
The identifier of the language and locale that the bot will be used in.
|
CreateBotLocaleRequest |
CreateBotLocaleRequest.withNluIntentConfidenceThreshold(Double nluIntentConfidenceThreshold)
Determines the threshold where Amazon Lex will insert the
AMAZON.FallbackIntent,
AMAZON.KendraSearchIntent, or both when returning alternative intents. |
CreateBotLocaleRequest |
CreateBotLocaleRequest.withVoiceSettings(VoiceSettings voiceSettings)
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
|
Copyright © 2021. All rights reserved.