Builder
Properties
The version of the bot associated with the intent.
A timestamp of the date and time that the intent was created.
The description of the intent.
The Lambda function called during each turn of a conversation with the intent.
The Lambda function called when the intent is complete and ready for fulfillment.
Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.
A list of contexts that must be active for the intent to be considered for sending to the user.
The response that Amazon Lex sends to when the intent is closed.
Prompts that Amazon Lex sends to the user to confirm completion of an intent.
The name specified for the intent.
Configuration information required to use the AMAZON.KendraSearchIntent
intent.
A timestamp of the date and time that the intent was last updated.
A list of contexts that are activated when the intent is fulfilled.
The identifier of the built-in intent that this intent is derived from, if any.
User utterances that trigger this intent.
The list that determines the priority that slots should be elicited from the user.
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