Builder
Properties
The version of the bot associated with this intent.
A description of the intent. Use the description to help identify the intent in lists.
Specifies that Amazon Lex invokes the alias Lambda function for each user input. You can invoke this Lambda function to personalize user interaction.
Specifies that Amazon Lex invokes the alias Lambda function when the intent is ready for fulfillment. You can invoke this function to complete the bot's transaction with the user.
Configuration settings for the response that is sent to the user at the beginning of a conversation, before eliciting slot values.
A list of contexts that must be active for this intent to be considered by Amazon Lex.
Sets the response that Amazon Lex sends to the user when the intent is closed.
Provides prompts that Amazon Lex sends to the user to confirm the completion of an intent. If the user answers "no," the settings contain a statement that is sent to the user to end the intent.
The name of the intent. Intent names must be unique in the locale that contains the intent and cannot match the name of any built-in intent.
Configuration information required to use the AMAZON.KendraSearchIntent
intent to connect to an Amazon Kendra index. The AMAZON.KendraSearchIntent
intent is called when Amazon Lex can't determine another intent to invoke.
The identifier of the language and locale where this intent is used. All of the bots, slot types, and slots used by the intent must have the same locale. For more information, see Supported languages.
A lists of contexts that the intent activates when it is fulfilled.
A unique identifier for the built-in intent to base this intent on.
An array of strings that a user might say to signal the intent. For example, "I want a pizza", or "I want a {PizzaSize} pizza".
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