| 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 abort a conversation.
|
PutBotResponse.Builder |
PutBotResponse.Builder.abortStatement(Statement abortStatement)
The message that Amazon Lex uses to abort 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)
Sets the value of the CreateVersion property for this object.
|
PutBotResponse.Builder |
PutBotResponse.Builder.description(String description)
A description of the bot.
|
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.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.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 © 2019. All rights reserved.