Builder
Properties
After the Lambda function specified in thefulfillmentActivity
intent fulfills the intent, Amazon Lex conveys this statement to the user.
If defined in the intent, Amazon Lex prompts the user to confirm the intent before fulfilling it.
The date that the intent was created.
True
if a new version of the intent was created. If the createVersion
field was not specified in the request, the createVersion
field is set to false in the response.
A description of the intent.
If defined in the intent, Amazon Lex invokes this Lambda function for each user input.
If defined in the intent, Amazon Lex uses this prompt to solicit additional user activity after the intent is fulfilled.
If defined in the intent, Amazon Lex invokes this Lambda function to fulfill the intent after the user provides all of the information required by the intent.
An array of InputContext
objects that lists the contexts that must be active for Amazon Lex to choose the intent in a conversation with the user.
Configuration information, if any, required to connect to an Amazon Kendra index and use the AMAZON.KendraSearchIntent
intent.
The date that the intent was updated. When you create a resource, the creation date and last update dates are the same.
An array of OutputContext
objects that lists the contexts that the intent activates when the intent is fulfilled.
A unique identifier for the built-in intent that this intent is based on.
If the user answers "no" to the question defined in confirmationPrompt
Amazon Lex responds with this statement to acknowledge that the intent was canceled.
An array of sample utterances that are configured for the intent.
Functions
construct an aws.sdk.kotlin.services.lexmodelbuildingservice.model.Statement inside the given block
construct an aws.sdk.kotlin.services.lexmodelbuildingservice.model.Prompt inside the given block
construct an aws.sdk.kotlin.services.lexmodelbuildingservice.model.CodeHook inside the given block
construct an aws.sdk.kotlin.services.lexmodelbuildingservice.model.FollowUpPrompt inside the given block
construct an aws.sdk.kotlin.services.lexmodelbuildingservice.model.FulfillmentActivity inside the given block
construct an aws.sdk.kotlin.services.lexmodelbuildingservice.model.KendraConfiguration inside the given block
construct an aws.sdk.kotlin.services.lexmodelbuildingservice.model.Statement inside the given block