CopyableBuilder<GetIntentResponse.Builder,GetIntentResponse>
, SdkBuilder<GetIntentResponse.Builder,GetIntentResponse>
public static interface GetIntentResponse.Builder extends CopyableBuilder<GetIntentResponse.Builder,GetIntentResponse>
Modifier and Type | Method | Description |
---|---|---|
GetIntentResponse.Builder |
checksum(String checksum) |
Checksum of the intent.
|
GetIntentResponse.Builder |
conclusionStatement(Statement conclusionStatement) |
After the Lambda function specified in the
fulfillmentActivity element fulfills the intent,
Amazon Lex conveys this statement to the user. |
GetIntentResponse.Builder |
confirmationPrompt(Prompt confirmationPrompt) |
If defined in the bot, Amazon Lex uses prompt to confirm the intent before fulfilling the user's request.
|
GetIntentResponse.Builder |
createdDate(Date createdDate) |
The date that the intent was created.
|
GetIntentResponse.Builder |
description(String description) |
A description of the intent.
|
GetIntentResponse.Builder |
dialogCodeHook(CodeHook dialogCodeHook) |
If defined in the bot, Amazon Amazon Lex invokes this Lambda function for each user input.
|
GetIntentResponse.Builder |
followUpPrompt(FollowUpPrompt followUpPrompt) |
If defined in the bot, Amazon Lex uses this prompt to solicit additional user activity after the intent is
fulfilled.
|
GetIntentResponse.Builder |
fulfillmentActivity(FulfillmentActivity fulfillmentActivity) |
Describes how the intent is fulfilled.
|
GetIntentResponse.Builder |
lastUpdatedDate(Date lastUpdatedDate) |
The date that the intent was updated.
|
GetIntentResponse.Builder |
name(String name) |
The name of the intent.
|
GetIntentResponse.Builder |
parentIntentSignature(String parentIntentSignature) |
A unique identifier for a built-in intent.
|
GetIntentResponse.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. |
GetIntentResponse.Builder |
sampleUtterances(String... sampleUtterances) |
An array of sample utterances configured for the intent.
|
GetIntentResponse.Builder |
sampleUtterances(Collection<String> sampleUtterances) |
An array of sample utterances configured for the intent.
|
GetIntentResponse.Builder |
slots(Collection<Slot> slots) |
An array of intent slots configured for the intent.
|
GetIntentResponse.Builder |
slots(Slot... slots) |
An array of intent slots configured for the intent.
|
GetIntentResponse.Builder |
version(String version) |
The version of the intent.
|
copy
apply, build
GetIntentResponse.Builder name(String name)
The name of the intent.
name
- The name of the intent.GetIntentResponse.Builder description(String description)
A description of the intent.
description
- A description of the intent.GetIntentResponse.Builder slots(Collection<Slot> slots)
An array of intent slots configured for the intent.
slots
- An array of intent slots configured for the intent.GetIntentResponse.Builder slots(Slot... slots)
An array of intent slots configured for the intent.
NOTE: This method appends the values to the existing list (if any). Use
#setSlots(java.util.Collection)
or #withSlots(java.util.Collection)
if you want to override
the existing values.
slots
- An array of intent slots configured for the intent.GetIntentResponse.Builder sampleUtterances(Collection<String> sampleUtterances)
An array of sample utterances configured for the intent.
sampleUtterances
- An array of sample utterances configured for the intent.GetIntentResponse.Builder sampleUtterances(String... sampleUtterances)
An array of sample utterances configured for the intent.
NOTE: This method appends the values to the existing list (if any). Use
#setSampleUtterances(java.util.Collection)
or #withSampleUtterances(java.util.Collection)
if
you want to override the existing values.
sampleUtterances
- An array of sample utterances configured for the intent.GetIntentResponse.Builder confirmationPrompt(Prompt confirmationPrompt)
If defined in the bot, Amazon Lex uses prompt to confirm the intent before fulfilling the user's request. For more information, see .
confirmationPrompt
- If defined in the bot, Amazon Lex uses prompt to confirm the intent before fulfilling the user's
request. For more information, see .GetIntentResponse.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.
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.GetIntentResponse.Builder followUpPrompt(FollowUpPrompt followUpPrompt)
If defined in the bot, Amazon Lex uses this prompt to solicit additional user activity after the intent is fulfilled. For more information, see .
followUpPrompt
- If defined in the bot, Amazon Lex uses this prompt to solicit additional user activity after the
intent is fulfilled. For more information, see .GetIntentResponse.Builder conclusionStatement(Statement conclusionStatement)
After the Lambda function specified in the fulfillmentActivity
element fulfills the intent,
Amazon Lex conveys this statement to the user.
conclusionStatement
- After the Lambda function specified in the fulfillmentActivity
element fulfills the
intent, Amazon Lex conveys this statement to the user.GetIntentResponse.Builder dialogCodeHook(CodeHook dialogCodeHook)
If defined in the bot, Amazon Amazon Lex invokes this Lambda function for each user input. For more information, see .
dialogCodeHook
- If defined in the bot, Amazon Amazon Lex invokes this Lambda function for each user input. For more
information, see .GetIntentResponse.Builder fulfillmentActivity(FulfillmentActivity fulfillmentActivity)
Describes how the intent is fulfilled. For more information, see .
fulfillmentActivity
- Describes how the intent is fulfilled. For more information, see .GetIntentResponse.Builder parentIntentSignature(String parentIntentSignature)
A unique identifier for a built-in intent.
parentIntentSignature
- A unique identifier for a built-in intent.GetIntentResponse.Builder lastUpdatedDate(Date lastUpdatedDate)
The date that the intent was updated. When you create a resource, the creation date and the last updated date are the same.
lastUpdatedDate
- The date that the intent was updated. When you create a resource, the creation date and the last
updated date are the same.GetIntentResponse.Builder createdDate(Date createdDate)
The date that the intent was created.
createdDate
- The date that the intent was created.GetIntentResponse.Builder version(String version)
The version of the intent.
version
- The version of the intent.GetIntentResponse.Builder checksum(String checksum)
Checksum of the intent.
checksum
- Checksum of the intent.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.