Builder
Properties
The version of the bot that contains the intent. Will always be DRAFT
.
A timestamp of when the intent was created.
The updated description of the intent.
The updated Lambda function called during each turn of the conversation with the user.
The updated Lambda function called when the intent is ready for fulfillment.
Configuration settings for a response sent to the user before Amazon Lex starts eliciting slots.
The updated list of contexts that must be active for the intent to be considered by Amazon Lex.
The updated response that Amazon Lex sends the user when the intent is closed.
The updated prompts that Amazon Lex sends to the user to confirm the completion of an intent.
The updated name of the intent.
The updated configuration for connecting to an Amazon Kendra index with the AMAZON.KendraSearchIntent
intent.
A timestamp of the last time that the intent was modified.
The updated list of contexts that Amazon Lex activates when the intent is fulfilled.
The updated built-in intent that is the parent of this intent.
Qinconnect intent configuration details for the update intent response.
Details about the configuration of the built-in Amazon.QnAIntent
.
The updated list of sample utterances for the intent.
The updated list of slots and their priorities that are elicited from the user for 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
construct an aws.sdk.kotlin.services.lexmodelsv2.model.QInConnectIntentConfiguration inside the given block
construct an aws.sdk.kotlin.services.lexmodelsv2.model.QnAIntentConfiguration inside the given block