IntentSummary
Provides information about the state of an intent. You can use this information to get the current state of an intent so that you can process the intent, or so that you can return the intent to its previous state.
Types
Properties
A user-defined label that identifies a particular intent. You can use this label to return to a previous intent.
The status of the intent after the user responds to the confirmation prompt. If the user confirms the intent, Amazon Lex sets this field to Confirmed
. If the user denies the intent, Amazon Lex sets this value to Denied
. The possible values are:
The next action that the bot should take in its interaction with the user. The possible values are:
The fulfillment state of the intent. The possible values are:
The name of the intent.
The next slot to elicit from the user. If there is not slot to elicit, the field is blank.