DialogEvents class
Represents the events related to the "lifecycle" of the dialog.
These events are used to signal various stages or actions within a dialog's lifecycle.
Properties
| activity |
Event triggered when an activity is received. |
| begin |
Event triggered when a dialog begins. |
| cancel |
Event triggered when a dialog is canceled. |
| error | Event triggered when an error occurs. |
| reprompt |
Event triggered to reprompt a dialog. |
| version |
Event triggered when the dialog version changes. |
Property Details
activityReceived
Event triggered when an activity is received.
static activityReceived: "activityReceived" = "activityReceived"
Property Value
"activityReceived"
beginDialog
Event triggered when a dialog begins.
static beginDialog: "beginDialog" = "beginDialog"
Property Value
"beginDialog"
cancelDialog
Event triggered when a dialog is canceled.
static cancelDialog: "cancelDialog" = "cancelDialog"
Property Value
"cancelDialog"
error
Event triggered when an error occurs.
static error: "error" = "error"
Property Value
"error"
repromptDialog
Event triggered to reprompt a dialog.
static repromptDialog: "repromptDialog" = "repromptDialog"
Property Value
"repromptDialog"
versionChanged
Event triggered when the dialog version changes.
static versionChanged: "versionChanged" = "versionChanged"
Property Value
"versionChanged"