ToCopyableBuilder<GetIntentResponse.Builder,GetIntentResponse>
@Generated("software.amazon.awssdk:codegen") public class GetIntentResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetIntentResponse.Builder,GetIntentResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetIntentResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetIntentResponse.Builder |
builder() |
|
String |
checksum() |
Checksum of the intent.
|
Statement |
conclusionStatement() |
After the Lambda function specified in the
fulfillmentActivity element fulfills the intent, Amazon
Lex conveys this statement to the user. |
Prompt |
confirmationPrompt() |
If defined in the bot, Amazon Lex uses prompt to confirm the intent before fulfilling the user's request.
|
Date |
createdDate() |
The date that the intent was created.
|
String |
description() |
A description of the intent.
|
CodeHook |
dialogCodeHook() |
If defined in the bot, Amazon Amazon Lex invokes this Lambda function for each user input.
|
boolean |
equals(Object obj) |
|
FollowUpPrompt |
followUpPrompt() |
If defined in the bot, Amazon Lex uses this prompt to solicit additional user activity after the intent is
fulfilled.
|
FulfillmentActivity |
fulfillmentActivity() |
Describes how the intent is fulfilled.
|
int |
hashCode() |
|
Date |
lastUpdatedDate() |
The date that the intent was updated.
|
String |
name() |
The name of the intent.
|
String |
parentIntentSignature() |
A unique identifier for a built-in intent.
|
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 configured for the intent.
|
static Class<? extends GetIntentResponse.Builder> |
serializableBuilderClass() |
|
List<Slot> |
slots() |
An array of intent slots configured for the intent.
|
GetIntentResponse.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 configured for the intent.
public List<String> sampleUtterances()
An array of sample utterances configured for the intent.
public 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 .
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 bot, Amazon Lex uses this prompt to solicit additional user activity after the intent is fulfilled. For more information, see .
public Statement conclusionStatement()
After the Lambda function specified in the fulfillmentActivity
element fulfills the intent, Amazon
Lex conveys this statement to the user.
fulfillmentActivity
element fulfills the intent,
Amazon Lex conveys this statement to the user.public CodeHook dialogCodeHook()
If defined in the bot, Amazon Amazon Lex invokes this Lambda function for each user input. For more information, see .
public FulfillmentActivity fulfillmentActivity()
Describes how the intent is fulfilled. For more information, see .
public String parentIntentSignature()
A unique identifier for a built-in intent.
public 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.
public Date createdDate()
The date that the intent was created.
public String version()
The version of the intent.
public String checksum()
Checksum of the intent.
public GetIntentResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetIntentResponse.Builder,GetIntentResponse>
public static GetIntentResponse.Builder builder()
public static Class<? extends GetIntentResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.