| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
default PutBotResponse.Builder |
PutBotResponse.Builder.abortStatement(Consumer<Statement.Builder> abortStatement)
The message that Amazon Lex uses to cancel a conversation.
|
PutBotResponse.Builder |
PutBotResponse.Builder.abortStatement(Statement abortStatement)
The message that Amazon Lex uses to cancel a conversation.
|
static PutBotResponse.Builder |
PutBotResponse.builder() |
PutBotResponse.Builder |
PutBotResponse.Builder.checksum(String checksum)
Checksum of the bot that you created.
|
PutBotResponse.Builder |
PutBotResponse.Builder.childDirected(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. |
default PutBotResponse.Builder |
PutBotResponse.Builder.clarificationPrompt(Consumer<Prompt.Builder> clarificationPrompt)
The prompts that Amazon Lex uses when it doesn't understand the user's intent.
|
PutBotResponse.Builder |
PutBotResponse.Builder.clarificationPrompt(Prompt clarificationPrompt)
The prompts that Amazon Lex uses when it doesn't understand the user's intent.
|
PutBotResponse.Builder |
PutBotResponse.Builder.createdDate(Instant createdDate)
The date that the bot was created.
|
PutBotResponse.Builder |
PutBotResponse.Builder.createVersion(Boolean createVersion)
True if a new version of the bot was created. |
PutBotResponse.Builder |
PutBotResponse.Builder.description(String description)
A description of the bot.
|
PutBotResponse.Builder |
PutBotResponse.Builder.detectSentiment(Boolean detectSentiment)
true if the bot is configured to send user utterances to Amazon Comprehend for sentiment
analysis. |
PutBotResponse.Builder |
PutBotResponse.Builder.enableModelImprovements(Boolean enableModelImprovements)
Indicates whether the bot uses accuracy improvements.
|
PutBotResponse.Builder |
PutBotResponse.Builder.failureReason(String failureReason)
If
status is FAILED, Amazon Lex provides the reason that it failed to build the
bot. |
PutBotResponse.Builder |
PutBotResponse.Builder.idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The maximum length of time that Amazon Lex retains the data gathered in a conversation.
|
PutBotResponse.Builder |
PutBotResponse.Builder.intents(Collection<Intent> intents)
An array of
Intent objects. |
PutBotResponse.Builder |
PutBotResponse.Builder.intents(Consumer<Intent.Builder>... intents)
An array of
Intent objects. |
PutBotResponse.Builder |
PutBotResponse.Builder.intents(Intent... intents)
An array of
Intent objects. |
PutBotResponse.Builder |
PutBotResponse.Builder.lastUpdatedDate(Instant lastUpdatedDate)
The date that the bot was updated.
|
PutBotResponse.Builder |
PutBotResponse.Builder.locale(Locale locale)
The target locale for the bot.
|
PutBotResponse.Builder |
PutBotResponse.Builder.locale(String locale)
The target locale for the bot.
|
PutBotResponse.Builder |
PutBotResponse.Builder.name(String name)
The name of the bot.
|
PutBotResponse.Builder |
PutBotResponse.Builder.nluIntentConfidenceThreshold(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. |
PutBotResponse.Builder |
PutBotResponse.Builder.status(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. |
PutBotResponse.Builder |
PutBotResponse.Builder.status(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. |
PutBotResponse.Builder |
PutBotResponse.Builder.tags(Collection<Tag> tags)
A list of tags associated with the bot.
|
PutBotResponse.Builder |
PutBotResponse.Builder.tags(Consumer<Tag.Builder>... tags)
A list of tags associated with the bot.
|
PutBotResponse.Builder |
PutBotResponse.Builder.tags(Tag... tags)
A list of tags associated with the bot.
|
PutBotResponse.Builder |
PutBotResponse.toBuilder() |
PutBotResponse.Builder |
PutBotResponse.Builder.version(String version)
The version of the bot.
|
PutBotResponse.Builder |
PutBotResponse.Builder.voiceId(String voiceId)
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutBotResponse.Builder> |
PutBotResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.