UpdateIntentResponse

Types

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

Properties

Link copied to clipboard

The identifier of the bot that contains the intent.

Link copied to clipboard

The version of the bot that contains the intent. Will always be DRAFT.

Link copied to clipboard

A timestamp of when the intent was created.

Link copied to clipboard

The updated description of the intent.

Link copied to clipboard

The updated Lambda function called during each turn of the conversation with the user.

Link copied to clipboard

The updated Lambda function called when the intent is ready for fulfillment.

Link copied to clipboard

Configuration settings for a response sent to the user before Amazon Lex starts eliciting slots.

Link copied to clipboard

The updated list of contexts that must be active for the intent to be considered by Amazon Lex.

Link copied to clipboard

The updated response that Amazon Lex sends the user when the intent is closed.

Link copied to clipboard

The updated prompts that Amazon Lex sends to the user to confirm the completion of an intent.

Link copied to clipboard

The identifier of the intent that was updated.

Link copied to clipboard

The updated name of the intent.

Link copied to clipboard

The updated configuration for connecting to an Amazon Kendra index with the AMAZON.KendraSearchIntent intent.

Link copied to clipboard

A timestamp of the last time that the intent was modified.

Link copied to clipboard

The updated language and locale of the intent.

Link copied to clipboard

The updated list of contexts that Amazon Lex activates when the intent is fulfilled.

Link copied to clipboard

The updated built-in intent that is the parent of this intent.

Link copied to clipboard

Qinconnect intent configuration details for the update intent response.

Link copied to clipboard

Details about the configuration of the built-in Amazon.QnAIntent.

Link copied to clipboard

The updated list of sample utterances for the intent.

Link copied to clipboard

The updated list of slots and their priorities that are elicited from the user for 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