static PutIntentResponse.Builder |
PutIntentResponse.builder() |
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.checksum(String checksum) |
Checksum of the $LATESTversion of the intent created or updated.
|
default PutIntentResponse.Builder |
PutIntentResponse.Builder.conclusionStatement(Consumer<Statement.Builder> conclusionStatement) |
After the Lambda function specified in thefulfillmentActivityintent fulfills the intent, Amazon
Lex conveys this statement to the user.
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.conclusionStatement(Statement conclusionStatement) |
After the Lambda function specified in thefulfillmentActivityintent fulfills the intent, Amazon
Lex conveys this statement to the user.
|
default PutIntentResponse.Builder |
PutIntentResponse.Builder.confirmationPrompt(Consumer<Prompt.Builder> confirmationPrompt) |
If defined in the intent, Amazon Lex prompts the user to confirm the intent before fulfilling it.
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.confirmationPrompt(Prompt confirmationPrompt) |
If defined in the intent, Amazon Lex prompts the user to confirm the intent before fulfilling it.
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.createdDate(Instant createdDate) |
The date that the intent was created.
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.createVersion(Boolean createVersion) |
True if a new version of the intent was created.
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.description(String description) |
A description of the intent.
|
default PutIntentResponse.Builder |
PutIntentResponse.Builder.dialogCodeHook(Consumer<CodeHook.Builder> dialogCodeHook) |
If defined in the intent, Amazon Lex invokes this Lambda function for each user input.
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.dialogCodeHook(CodeHook dialogCodeHook) |
If defined in the intent, Amazon Lex invokes this Lambda function for each user input.
|
default PutIntentResponse.Builder |
PutIntentResponse.Builder.followUpPrompt(Consumer<FollowUpPrompt.Builder> followUpPrompt) |
If defined in the intent, Amazon Lex uses this prompt to solicit additional user activity after the intent is
fulfilled.
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.followUpPrompt(FollowUpPrompt followUpPrompt) |
If defined in the intent, Amazon Lex uses this prompt to solicit additional user activity after the intent is
fulfilled.
|
default PutIntentResponse.Builder |
PutIntentResponse.Builder.fulfillmentActivity(Consumer<FulfillmentActivity.Builder> fulfillmentActivity) |
If defined in the intent, Amazon Lex invokes this Lambda function to fulfill the intent after the user
provides all of the information required by the intent.
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.fulfillmentActivity(FulfillmentActivity fulfillmentActivity) |
If defined in the intent, Amazon Lex invokes this Lambda function to fulfill the intent after the user
provides all of the information required by the intent.
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.inputContexts(Collection<InputContext> inputContexts) |
An array of InputContext objects that lists the contexts that must be active for Amazon Lex to
choose the intent in a conversation with the user.
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.inputContexts(Consumer<InputContext.Builder>... inputContexts) |
An array of InputContext objects that lists the contexts that must be active for Amazon Lex to
choose the intent in a conversation with the user.
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.inputContexts(InputContext... inputContexts) |
An array of InputContext objects that lists the contexts that must be active for Amazon Lex to
choose the intent in a conversation with the user.
|
default PutIntentResponse.Builder |
PutIntentResponse.Builder.kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration) |
Configuration information, if any, required to connect to an Amazon Kendra index and use the
AMAZON.KendraSearchIntent intent.
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.kendraConfiguration(KendraConfiguration kendraConfiguration) |
Configuration information, if any, required to connect to an Amazon Kendra index and use the
AMAZON.KendraSearchIntent intent.
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.lastUpdatedDate(Instant lastUpdatedDate) |
The date that the intent was updated.
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.name(String name) |
The name of the intent.
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.outputContexts(Collection<OutputContext> outputContexts) |
An array of OutputContext objects that lists the contexts that the intent activates when the
intent is fulfilled.
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.outputContexts(Consumer<OutputContext.Builder>... outputContexts) |
An array of OutputContext objects that lists the contexts that the intent activates when the
intent is fulfilled.
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.outputContexts(OutputContext... outputContexts) |
An array of OutputContext objects that lists the contexts that the intent activates when the
intent is fulfilled.
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.parentIntentSignature(String parentIntentSignature) |
A unique identifier for the built-in intent that this intent is based on.
|
default PutIntentResponse.Builder |
PutIntentResponse.Builder.rejectionStatement(Consumer<Statement.Builder> rejectionStatement) |
If the user answers "no" to the question defined in confirmationPrompt Amazon Lex responds with
this statement to acknowledge that the intent was canceled.
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.rejectionStatement(Statement rejectionStatement) |
If the user answers "no" to the question defined in confirmationPrompt Amazon Lex responds with
this statement to acknowledge that the intent was canceled.
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.sampleUtterances(String... sampleUtterances) |
An array of sample utterances that are configured for the intent.
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.sampleUtterances(Collection<String> sampleUtterances) |
An array of sample utterances that are configured for the intent.
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.slots(Collection<Slot> slots) |
An array of intent slots that are configured for the intent.
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.slots(Consumer<Slot.Builder>... slots) |
An array of intent slots that are configured for the intent.
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.slots(Slot... slots) |
An array of intent slots that are configured for the intent.
|
PutIntentResponse.Builder |
PutIntentResponse.toBuilder() |
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.version(String version) |
The version of the intent.
|