Builder

class Builder

Properties

Link copied to clipboard

Checksum of the $LATESTversion of the intent created or updated.

Link copied to clipboard

After the Lambda function specified in thefulfillmentActivityintent fulfills the intent, Amazon Lex conveys this statement to the user.

Link copied to clipboard

If defined in the intent, Amazon Lex prompts the user to confirm the intent before fulfilling it.

Link copied to clipboard

The date that the intent was created.

Link copied to clipboard

True if a new version of the intent was created. If the createVersion field was not specified in the request, the createVersion field is set to false in the response.

Link copied to clipboard

A description of the intent.

Link copied to clipboard

If defined in the intent, Amazon Lex invokes this Lambda function for each user input.

Link copied to clipboard

If defined in the intent, Amazon Lex uses this prompt to solicit additional user activity after the intent is fulfilled.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Configuration information, if any, required to connect to an Amazon Kendra index and use the AMAZON.KendraSearchIntent intent.

Link copied to clipboard

The date that the intent was updated. When you create a resource, the creation date and last update dates are the same.

Link copied to clipboard
var name: String?

The name of the intent.

Link copied to clipboard

An array of OutputContext objects that lists the contexts that the intent activates when the intent is fulfilled.

Link copied to clipboard

A unique identifier for the built-in intent that this intent is based on.

Link copied to clipboard

If the user answers "no" to the question defined in confirmationPrompt Amazon Lex responds with this statement to acknowledge that the intent was canceled.

Link copied to clipboard

An array of sample utterances that are configured for the intent.

Link copied to clipboard
var slots: List<Slot>?

An array of intent slots that are configured for the intent.

Link copied to clipboard

The version of the intent. For a new intent, the version is always $LATEST.

Functions