CreateIntentVersionResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Checksum of the intent version created.

Link copied to clipboard

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

Link copied to clipboard

If defined, the prompt that Amazon Lex uses to confirm the user's intent before fulfilling it.

Link copied to clipboard

The date that the intent was created.

Link copied to clipboard

A description of the intent.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Describes how the intent is fulfilled.

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, for connecting an Amazon Kendra index with the AMAZON.KendraSearchIntent intent.

Link copied to clipboard

The date that the intent was updated.

Link copied to clipboard
val 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 a built-in intent.

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 configured for the intent.

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

An array of slot types that defines the information required to fulfill the intent.

Link copied to clipboard

The version number assigned to the new version of the intent.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String