ToCopyableBuilder<PutIntentResponse.Builder,PutIntentResponse>
@Generated("software.amazon.awssdk:codegen") public class PutIntentResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<PutIntentResponse.Builder,PutIntentResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
PutIntentResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static PutIntentResponse.Builder |
builder() |
|
String |
checksum() |
Checksum of the
$LATEST version of the intent created or updated. |
Statement |
conclusionStatement() |
After the Lambda function specified in the
fulfillmentActivity intent fulfills the intent, Amazon Lex
conveys this statement to the user. |
Prompt |
confirmationPrompt() |
If defined in the intent, Amazon Lex prompts the user to confirm the intent before fulfilling it.
|
Date |
createdDate() |
The date that the intent was created.
|
String |
description() |
A description of the intent.
|
CodeHook |
dialogCodeHook() |
If defined in the intent, Amazon Lex invokes this Lambda function for each user input.
|
boolean |
equals(Object obj) |
|
FollowUpPrompt |
followUpPrompt() |
If defined in the intent, Amazon Lex uses this prompt to solicit additional user activity after the intent is
fulfilled.
|
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.
|
int |
hashCode() |
|
Date |
lastUpdatedDate() |
The date that the intent was updated.
|
String |
name() |
The name of the intent.
|
String |
parentIntentSignature() |
A unique identifier for the built-in intent that this intent is based on.
|
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. |
List<String> |
sampleUtterances() |
An array of sample utterances that are configured for the intent.
|
static Class<? extends PutIntentResponse.Builder> |
serializableBuilderClass() |
|
List<Slot> |
slots() |
An array of intent slots that are configured for the intent.
|
PutIntentResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
version() |
The version of the intent.
|
setSdkHttpMetadata, setSdkResponseMetadata
public String name()
The name of the intent.
public String description()
A description of the intent.
public List<Slot> slots()
An array of intent slots that are configured for the intent.
public List<String> sampleUtterances()
An array of sample utterances that are configured for the intent.
public Prompt confirmationPrompt()
If defined in the intent, Amazon Lex prompts the user to confirm the intent before fulfilling it.
public 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.
confirmationPrompt
Amazon Lex responds
with this statement to acknowledge that the intent was canceled.public FollowUpPrompt followUpPrompt()
If defined in the intent, Amazon Lex uses this prompt to solicit additional user activity after the intent is fulfilled.
public Statement conclusionStatement()
After the Lambda function specified in thefulfillmentActivity
intent fulfills the intent, Amazon Lex
conveys this statement to the user.
fulfillmentActivity
intent fulfills the intent,
Amazon Lex conveys this statement to the user.public CodeHook dialogCodeHook()
If defined in the intent, Amazon Lex invokes this Lambda function for each user input.
public 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.
public String parentIntentSignature()
A unique identifier for the built-in intent that this intent is based on.
public Date lastUpdatedDate()
The date that the intent was updated. When you create a resource, the creation date and last update dates are the same.
public Date createdDate()
The date that the intent was created.
public String version()
The version of the intent. For a new intent, the version is always $LATEST
.
$LATEST
.public String checksum()
Checksum of the $LATEST
version of the intent created or updated.
$LATEST
version of the intent created or updated.public PutIntentResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PutIntentResponse.Builder,PutIntentResponse>
public static PutIntentResponse.Builder builder()
public static Class<? extends PutIntentResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.