| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding |
|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
CreateBotVersionResult |
AmazonLexModelBuildingClient.createBotVersion(CreateBotVersionRequest request)
Creates a new version of the bot based on the
$LATEST version. |
CreateBotVersionResult |
AmazonLexModelBuilding.createBotVersion(CreateBotVersionRequest createBotVersionRequest)
Creates a new version of the bot based on the
$LATEST version. |
CreateBotVersionResult |
AbstractAmazonLexModelBuilding.createBotVersion(CreateBotVersionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateBotVersionResult> |
AbstractAmazonLexModelBuildingAsync.createBotVersionAsync(CreateBotVersionRequest request,
AsyncHandler<CreateBotVersionRequest,CreateBotVersionResult> asyncHandler) |
Future<CreateBotVersionResult> |
AmazonLexModelBuildingAsync.createBotVersionAsync(CreateBotVersionRequest createBotVersionRequest,
AsyncHandler<CreateBotVersionRequest,CreateBotVersionResult> asyncHandler)
Creates a new version of the bot based on the
$LATEST version. |
Future<CreateBotVersionResult> |
AmazonLexModelBuildingAsyncClient.createBotVersionAsync(CreateBotVersionRequest request,
AsyncHandler<CreateBotVersionRequest,CreateBotVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateBotVersionResult |
CreateBotVersionResult.clone() |
CreateBotVersionResult |
CreateBotVersionResult.withAbortStatement(Statement abortStatement)
The message that Amazon Lex uses to cancel a conversation.
|
CreateBotVersionResult |
CreateBotVersionResult.withChecksum(String checksum)
Checksum identifying the version of the bot that was created.
|
CreateBotVersionResult |
CreateBotVersionResult.withChildDirected(Boolean childDirected)
For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of
Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in
part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying
true or false in the childDirected field. |
CreateBotVersionResult |
CreateBotVersionResult.withClarificationPrompt(Prompt clarificationPrompt)
The message that Amazon Lex uses when it doesn't understand the user's request.
|
CreateBotVersionResult |
CreateBotVersionResult.withCreatedDate(Date createdDate)
The date when the bot version was created.
|
CreateBotVersionResult |
CreateBotVersionResult.withDescription(String description)
A description of the bot.
|
CreateBotVersionResult |
CreateBotVersionResult.withDetectSentiment(Boolean detectSentiment)
Indicates whether utterances entered by the user should be sent to Amazon Comprehend for sentiment analysis.
|
CreateBotVersionResult |
CreateBotVersionResult.withEnableModelImprovements(Boolean enableModelImprovements)
Indicates whether the bot uses accuracy improvements.
|
CreateBotVersionResult |
CreateBotVersionResult.withFailureReason(String failureReason)
If
status is FAILED, Amazon Lex provides the reason that it failed to build the bot. |
CreateBotVersionResult |
CreateBotVersionResult.withIdleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The maximum time in seconds that Amazon Lex retains the data gathered in a conversation.
|
CreateBotVersionResult |
CreateBotVersionResult.withIntents(Collection<Intent> intents)
An array of
Intent objects. |
CreateBotVersionResult |
CreateBotVersionResult.withIntents(Intent... intents)
An array of
Intent objects. |
CreateBotVersionResult |
CreateBotVersionResult.withLastUpdatedDate(Date lastUpdatedDate)
The date when the
$LATEST version of this bot was updated. |
CreateBotVersionResult |
CreateBotVersionResult.withLocale(Locale locale)
Specifies the target locale for the bot.
|
CreateBotVersionResult |
CreateBotVersionResult.withLocale(String locale)
Specifies the target locale for the bot.
|
CreateBotVersionResult |
CreateBotVersionResult.withName(String name)
The name of the bot.
|
CreateBotVersionResult |
CreateBotVersionResult.withStatus(Status status)
When you send a request to create or update a bot, Amazon Lex sets the
status response element to
BUILDING. |
CreateBotVersionResult |
CreateBotVersionResult.withStatus(String status)
When you send a request to create or update a bot, Amazon Lex sets the
status response element to
BUILDING. |
CreateBotVersionResult |
CreateBotVersionResult.withVersion(String version)
The version of the bot.
|
CreateBotVersionResult |
CreateBotVersionResult.withVoiceId(String voiceId)
The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.
|
Copyright © 2023. All rights reserved.