| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateBotLocaleResult |
AmazonLexModelsV2Client.createBotLocale(CreateBotLocaleRequest request)
Creates a locale in the bot.
|
CreateBotLocaleResult |
AbstractAmazonLexModelsV2.createBotLocale(CreateBotLocaleRequest request) |
CreateBotLocaleResult |
AmazonLexModelsV2.createBotLocale(CreateBotLocaleRequest createBotLocaleRequest)
Creates a locale in the bot.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateBotLocaleResult> |
AmazonLexModelsV2AsyncClient.createBotLocaleAsync(CreateBotLocaleRequest request,
AsyncHandler<CreateBotLocaleRequest,CreateBotLocaleResult> asyncHandler) |
Future<CreateBotLocaleResult> |
AbstractAmazonLexModelsV2Async.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 |
|---|---|
CreateBotLocaleResult |
CreateBotLocaleResult.clone() |
CreateBotLocaleResult |
CreateBotLocaleResult.withBotId(String botId)
The specified bot identifier.
|
CreateBotLocaleResult |
CreateBotLocaleResult.withBotLocaleStatus(BotLocaleStatus botLocaleStatus)
The status of the bot.
|
CreateBotLocaleResult |
CreateBotLocaleResult.withBotLocaleStatus(String botLocaleStatus)
The status of the bot.
|
CreateBotLocaleResult |
CreateBotLocaleResult.withBotVersion(String botVersion)
The specified bot version.
|
CreateBotLocaleResult |
CreateBotLocaleResult.withCreationDateTime(Date creationDateTime)
A timestamp specifying the date and time that the bot locale was created.
|
CreateBotLocaleResult |
CreateBotLocaleResult.withDescription(String description)
The specified description of the bot locale.
|
CreateBotLocaleResult |
CreateBotLocaleResult.withGenerativeAISettings(GenerativeAISettings generativeAISettings) |
CreateBotLocaleResult |
CreateBotLocaleResult.withLocaleId(String localeId)
The specified locale identifier.
|
CreateBotLocaleResult |
CreateBotLocaleResult.withLocaleName(String localeName)
The specified locale name.
|
CreateBotLocaleResult |
CreateBotLocaleResult.withNluIntentConfidenceThreshold(Double nluIntentConfidenceThreshold)
The specified confidence threshold for inserting the
AMAZON.FallbackIntent and
AMAZON.KendraSearchIntent intents. |
CreateBotLocaleResult |
CreateBotLocaleResult.withVoiceSettings(VoiceSettings voiceSettings)
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
|
Copyright © 2024. All rights reserved.