| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding |
|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
PutBotResult |
AbstractAmazonLexModelBuilding.putBot(PutBotRequest request) |
PutBotResult |
AmazonLexModelBuilding.putBot(PutBotRequest putBotRequest)
Creates an Amazon Lex conversational bot or replaces an existing bot.
|
PutBotResult |
AmazonLexModelBuildingClient.putBot(PutBotRequest request)
Creates an Amazon Lex conversational bot or replaces an existing bot.
|
Future<PutBotResult> |
AmazonLexModelBuildingAsyncClient.putBotAsync(PutBotRequest request) |
Future<PutBotResult> |
AmazonLexModelBuildingAsync.putBotAsync(PutBotRequest putBotRequest)
Creates an Amazon Lex conversational bot or replaces an existing bot.
|
Future<PutBotResult> |
AbstractAmazonLexModelBuildingAsync.putBotAsync(PutBotRequest request) |
Future<PutBotResult> |
AmazonLexModelBuildingAsyncClient.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> |
AbstractAmazonLexModelBuildingAsync.putBotAsync(PutBotRequest request,
AsyncHandler<PutBotRequest,PutBotResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<PutBotResult> |
AmazonLexModelBuildingAsyncClient.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> |
AbstractAmazonLexModelBuildingAsync.putBotAsync(PutBotRequest request,
AsyncHandler<PutBotRequest,PutBotResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutBotRequest |
PutBotRequest.clone() |
PutBotRequest |
PutBotRequest.withAbortStatement(Statement abortStatement)
When Amazon Lex can't understand the user's input in context, it tries to elicit the information a few times.
|
PutBotRequest |
PutBotRequest.withChecksum(String checksum)
Identifies a specific revision of the
$LATEST version. |
PutBotRequest |
PutBotRequest.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. |
PutBotRequest |
PutBotRequest.withClarificationPrompt(Prompt clarificationPrompt)
When Amazon Lex doesn't understand the user's intent, it uses this message to get clarification.
|
PutBotRequest |
PutBotRequest.withCreateVersion(Boolean createVersion)
When set to
true a new numbered version of the bot is created. |
PutBotRequest |
PutBotRequest.withDescription(String description)
A description of the bot.
|
PutBotRequest |
PutBotRequest.withDetectSentiment(Boolean detectSentiment)
When set to
true user utterances are sent to Amazon Comprehend for sentiment analysis. |
PutBotRequest |
PutBotRequest.withIdleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The maximum time in seconds that Amazon Lex retains the data gathered in a conversation.
|
PutBotRequest |
PutBotRequest.withIntents(Collection<Intent> intents)
An array of
Intent objects. |
PutBotRequest |
PutBotRequest.withIntents(Intent... intents)
An array of
Intent objects. |
PutBotRequest |
PutBotRequest.withLocale(Locale locale)
Specifies the target locale for the bot.
|
PutBotRequest |
PutBotRequest.withLocale(String locale)
Specifies the target locale for the bot.
|
PutBotRequest |
PutBotRequest.withName(String name)
The name of the bot.
|
PutBotRequest |
PutBotRequest.withProcessBehavior(ProcessBehavior processBehavior)
If you set the
processBehavior element to BUILD, Amazon Lex builds the bot so that it
can be run. |
PutBotRequest |
PutBotRequest.withProcessBehavior(String processBehavior)
If you set the
processBehavior element to BUILD, Amazon Lex builds the bot so that it
can be run. |
PutBotRequest |
PutBotRequest.withVoiceId(String voiceId)
The Amazon Polly voice ID that you want Amazon Lex to use for voice interactions with the user.
|
Copyright © 2020. All rights reserved.