IActionRouteData interface
Arguments passed to a triggered action.
Properties
| action | Named dialog action that was matched. |
| data | Optional data passed as part of the action binding. |
| dialog |
ID of the dialog the action is bound to. |
| dialog |
Index on the dialog stack of the dialog the action is bound to. |
| intent | Intent that triggered the action. |
Property Details
action
Named dialog action that was matched.
action?: string
Property Value
string
data
Optional data passed as part of the action binding.
data?: string
Property Value
string
dialogId
ID of the dialog the action is bound to.
dialogId?: string
Property Value
string
dialogIndex
Index on the dialog stack of the dialog the action is bound to.
dialogIndex?: number
Property Value
number
intent
Intent that triggered the action.
intent?: IIntentRecognizerResult