| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
default GetBotResponse.Builder |
GetBotResponse.Builder.abortStatement(Consumer<Statement.Builder> abortStatement)
The message that Amazon Lex returns when the user elects to end the conversation without completing it.
|
GetBotResponse.Builder |
GetBotResponse.Builder.abortStatement(Statement abortStatement)
The message that Amazon Lex returns when the user elects to end the conversation without completing it.
|
static GetBotResponse.Builder |
GetBotResponse.builder() |
GetBotResponse.Builder |
GetBotResponse.Builder.checksum(String checksum)
Checksum of the bot used to identify a specific revision of the bot's
$LATEST version. |
GetBotResponse.Builder |
GetBotResponse.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 GetBotResponse.Builder |
GetBotResponse.Builder.clarificationPrompt(Consumer<Prompt.Builder> clarificationPrompt)
The message Amazon Lex uses when it doesn't understand the user's request.
|
GetBotResponse.Builder |
GetBotResponse.Builder.clarificationPrompt(Prompt clarificationPrompt)
The message Amazon Lex uses when it doesn't understand the user's request.
|
GetBotResponse.Builder |
GetBotResponse.Builder.createdDate(Instant createdDate)
The date that the bot was created.
|
GetBotResponse.Builder |
GetBotResponse.Builder.description(String description)
A description of the bot.
|
GetBotResponse.Builder |
GetBotResponse.Builder.detectSentiment(Boolean detectSentiment)
Indicates whether user utterances should be sent to Amazon Comprehend for sentiment analysis.
|
GetBotResponse.Builder |
GetBotResponse.Builder.enableModelImprovements(Boolean enableModelImprovements)
Indicates whether the bot uses accuracy improvements.
|
GetBotResponse.Builder |
GetBotResponse.Builder.failureReason(String failureReason)
If
status is FAILED, Amazon Lex explains why it failed to build the bot. |
GetBotResponse.Builder |
GetBotResponse.Builder.idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The maximum time in seconds that Amazon Lex retains the data gathered in a conversation.
|
GetBotResponse.Builder |
GetBotResponse.Builder.intents(Collection<Intent> intents)
An array of
intent objects. |
GetBotResponse.Builder |
GetBotResponse.Builder.intents(Consumer<Intent.Builder>... intents)
An array of
intent objects. |
GetBotResponse.Builder |
GetBotResponse.Builder.intents(Intent... intents)
An array of
intent objects. |
GetBotResponse.Builder |
GetBotResponse.Builder.lastUpdatedDate(Instant lastUpdatedDate)
The date that the bot was updated.
|
GetBotResponse.Builder |
GetBotResponse.Builder.locale(Locale locale)
The target locale for the bot.
|
GetBotResponse.Builder |
GetBotResponse.Builder.locale(String locale)
The target locale for the bot.
|
GetBotResponse.Builder |
GetBotResponse.Builder.name(String name)
The name of the bot.
|
GetBotResponse.Builder |
GetBotResponse.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. |
GetBotResponse.Builder |
GetBotResponse.Builder.status(Status status)
The status of the bot.
|
GetBotResponse.Builder |
GetBotResponse.Builder.status(String status)
The status of the bot.
|
GetBotResponse.Builder |
GetBotResponse.toBuilder() |
GetBotResponse.Builder |
GetBotResponse.Builder.version(String version)
The version of the bot.
|
GetBotResponse.Builder |
GetBotResponse.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 GetBotResponse.Builder> |
GetBotResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.