Builder

class Builder

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. Must be DRAFT.

Link copied to clipboard

The new description of the intent.

Link copied to clipboard

The new Lambda function to use between each turn of the conversation with the bot.

Link copied to clipboard

The new Lambda function to call when all of the intents required slots are provided and 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

A new list of contexts that must be active in order for Amazon Lex to consider the intent.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The unique identifier of the intent to update.

Link copied to clipboard

The new name for the intent.

Link copied to clipboard

New configuration settings for connecting to an Amazon Kendra index.

Link copied to clipboard

The identifier of the language and locale where this intent is used. The string must match one of the supported locales. For more information, see Supported languages.

Link copied to clipboard

A new list of contexts that Amazon Lex activates when the intent is fulfilled.

Link copied to clipboard

The signature of the new built-in intent to use as the parent of this intent.

Link copied to clipboard

New utterances used to invoke the intent.

Link copied to clipboard

A new list of slots and their priorities that are contained by the intent.

Functions