Builder
Properties
The version of the bot that contains the intent. Must be DRAFT
.
The new description of the intent.
The new Lambda function to use between each turn of the conversation with the bot.
The new Lambda function to call when all of the intents required slots are provided and the intent is ready for fulfillment.
Configuration settings for a response sent to the user before Amazon Lex starts eliciting slots.
A new list of contexts that must be active in order for Amazon Lex to consider the intent.
The new response that Amazon Lex sends the user when the intent is closed.
New prompts that Amazon Lex sends to the user to confirm the completion of an intent.
The new name for the intent.
New configuration settings for connecting to an Amazon Kendra index.
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.
A new list of contexts that Amazon Lex activates when the intent is fulfilled.
The signature of the new built-in intent to use as the parent of this intent.
New utterances used to invoke the intent.
A new list of slots and their priorities that are contained by the intent.
Functions
construct an aws.sdk.kotlin.services.lexmodelsv2.model.DialogCodeHookSettings inside the given block
construct an aws.sdk.kotlin.services.lexmodelsv2.model.FulfillmentCodeHookSettings inside the given block
construct an aws.sdk.kotlin.services.lexmodelsv2.model.InitialResponseSetting inside the given block
construct an aws.sdk.kotlin.services.lexmodelsv2.model.IntentClosingSetting inside the given block
construct an aws.sdk.kotlin.services.lexmodelsv2.model.IntentConfirmationSetting inside the given block
construct an aws.sdk.kotlin.services.lexmodelsv2.model.KendraConfiguration inside the given block