Share via


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

activityReceived

Event triggered when an activity is received.

beginDialog

Event triggered when a dialog begins.

cancelDialog

Event triggered when a dialog is canceled.

error

Event triggered when an error occurs.

repromptDialog

Event triggered to reprompt a dialog.

versionChanged

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"