| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.abortStatement(Consumer<Statement.Builder> abortStatement)
The message that Amazon Lex uses to abort a conversation.
|
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.abortStatement(Statement abortStatement)
The message that Amazon Lex uses to abort a conversation.
|
static CreateBotVersionResponse.Builder |
CreateBotVersionResponse.builder() |
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.checksum(String checksum)
Checksum identifying the version of the bot that was created.
|
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.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 CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.clarificationPrompt(Consumer<Prompt.Builder> clarificationPrompt)
The message that Amazon Lex uses when it doesn't understand the user's request.
|
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.clarificationPrompt(Prompt clarificationPrompt)
The message that Amazon Lex uses when it doesn't understand the user's request.
|
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.createdDate(Instant createdDate)
The date when the bot version was created.
|
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.description(String description)
A description of the bot.
|
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.failureReason(String failureReason)
If
status is FAILED, Amazon Lex provides the reason that it failed to build the
bot. |
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The maximum time in seconds that Amazon Lex retains the data gathered in a conversation.
|
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.intents(Collection<Intent> intents)
An array of
Intent objects. |
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.intents(Consumer<Intent.Builder>... intents)
An array of
Intent objects. |
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.intents(Intent... intents)
An array of
Intent objects. |
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.lastUpdatedDate(Instant lastUpdatedDate)
The date when the
$LATEST version of this bot was updated. |
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.locale(Locale locale)
Specifies the target locale for the bot.
|
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.locale(String locale)
Specifies the target locale for the bot.
|
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.name(String name)
The name of the bot.
|
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.status(Status status)
When you send a request to create or update a bot, Amazon Lex sets the
status response element
to BUILDING. |
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.status(String status)
When you send a request to create or update a bot, Amazon Lex sets the
status response element
to BUILDING. |
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.toBuilder() |
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.version(String version)
The version of the bot.
|
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.voiceId(String voiceId)
The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateBotVersionResponse.Builder> |
CreateBotVersionResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.