| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding |
|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
PutBotResult |
AmazonLexModelBuildingClient.putBot(PutBotRequest request)
Creates an Amazon Lex conversational bot or replaces an existing bot.
|
PutBotResult |
AmazonLexModelBuilding.putBot(PutBotRequest putBotRequest)
Creates an Amazon Lex conversational bot or replaces an existing bot.
|
PutBotResult |
AbstractAmazonLexModelBuilding.putBot(PutBotRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<PutBotResult> |
AbstractAmazonLexModelBuildingAsync.putBotAsync(PutBotRequest request) |
Future<PutBotResult> |
AmazonLexModelBuildingAsync.putBotAsync(PutBotRequest putBotRequest)
Creates an Amazon Lex conversational bot or replaces an existing bot.
|
Future<PutBotResult> |
AmazonLexModelBuildingAsyncClient.putBotAsync(PutBotRequest request) |
Future<PutBotResult> |
AbstractAmazonLexModelBuildingAsync.putBotAsync(PutBotRequest request,
AsyncHandler<PutBotRequest,PutBotResult> asyncHandler) |
Future<PutBotResult> |
AmazonLexModelBuildingAsync.putBotAsync(PutBotRequest putBotRequest,
AsyncHandler<PutBotRequest,PutBotResult> asyncHandler)
Creates an Amazon Lex conversational bot or replaces an existing bot.
|
Future<PutBotResult> |
AmazonLexModelBuildingAsyncClient.putBotAsync(PutBotRequest request,
AsyncHandler<PutBotRequest,PutBotResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<PutBotResult> |
AbstractAmazonLexModelBuildingAsync.putBotAsync(PutBotRequest request,
AsyncHandler<PutBotRequest,PutBotResult> asyncHandler) |
Future<PutBotResult> |
AmazonLexModelBuildingAsync.putBotAsync(PutBotRequest putBotRequest,
AsyncHandler<PutBotRequest,PutBotResult> asyncHandler)
Creates an Amazon Lex conversational bot or replaces an existing bot.
|
Future<PutBotResult> |
AmazonLexModelBuildingAsyncClient.putBotAsync(PutBotRequest request,
AsyncHandler<PutBotRequest,PutBotResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutBotResult |
PutBotResult.clone() |
PutBotResult |
PutBotResult.withAbortStatement(Statement abortStatement)
The message that Amazon Lex uses to cancel a conversation.
|
PutBotResult |
PutBotResult.withChecksum(String checksum)
Checksum of the bot that you created.
|
PutBotResult |
PutBotResult.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. |
PutBotResult |
PutBotResult.withClarificationPrompt(Prompt clarificationPrompt)
The prompts that Amazon Lex uses when it doesn't understand the user's intent.
|
PutBotResult |
PutBotResult.withCreatedDate(Date createdDate)
The date that the bot was created.
|
PutBotResult |
PutBotResult.withCreateVersion(Boolean createVersion)
True if a new version of the bot was created. |
PutBotResult |
PutBotResult.withDescription(String description)
A description of the bot.
|
PutBotResult |
PutBotResult.withDetectSentiment(Boolean detectSentiment)
true if the bot is configured to send user utterances to Amazon Comprehend for sentiment analysis. |
PutBotResult |
PutBotResult.withEnableModelImprovements(Boolean enableModelImprovements)
Indicates whether the bot uses accuracy improvements.
|
PutBotResult |
PutBotResult.withFailureReason(String failureReason)
If
status is FAILED, Amazon Lex provides the reason that it failed to build the bot. |
PutBotResult |
PutBotResult.withIdleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The maximum length of time that Amazon Lex retains the data gathered in a conversation.
|
PutBotResult |
PutBotResult.withIntents(Collection<Intent> intents)
An array of
Intent objects. |
PutBotResult |
PutBotResult.withIntents(Intent... intents)
An array of
Intent objects. |
PutBotResult |
PutBotResult.withLastUpdatedDate(Date lastUpdatedDate)
The date that the bot was updated.
|
PutBotResult |
PutBotResult.withLocale(Locale locale)
The target locale for the bot.
|
PutBotResult |
PutBotResult.withLocale(String locale)
The target locale for the bot.
|
PutBotResult |
PutBotResult.withName(String name)
The name of the bot.
|
PutBotResult |
PutBotResult.withNluIntentConfidenceThreshold(Double nluIntentConfidenceThreshold)
The score that determines where Amazon Lex inserts the
AMAZON.FallbackIntent,
AMAZON.KendraSearchIntent, or both when returning alternative intents in a PostContent or PostText response. |
PutBotResult |
PutBotResult.withStatus(Status status)
When you send a request to create a bot with
processBehavior set to BUILD, Amazon Lex
sets the status response element to BUILDING. |
PutBotResult |
PutBotResult.withStatus(String status)
When you send a request to create a bot with
processBehavior set to BUILD, Amazon Lex
sets the status response element to BUILDING. |
PutBotResult |
PutBotResult.withTags(Collection<Tag> tags)
A list of tags associated with the bot.
|
PutBotResult |
PutBotResult.withTags(Tag... tags)
A list of tags associated with the bot.
|
PutBotResult |
PutBotResult.withVersion(String version)
The version of the bot.
|
PutBotResult |
PutBotResult.withVoiceId(String voiceId)
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
|
Copyright © 2023. All rights reserved.