DialogEvents class

Represents the events related to the "lifecycle" of the dialog.

Properties

activityReceived

Event fired when an activity is received from the adapter (or a request to reprocess an activity.)

beginDialog

Event fired by a dialog to indicate that its beginDialog() method has been called.

cancelDialog

Event fired when a dialog is being canceled.

error

Event fired when there was an exception thrown in the system.

repromptDialog

Event fired when DialogContext.repromptDialog() is called.

versionChanged

Event fired when the system has detected that deployed code has changed the execution of dialogs between turns.

Property Details

activityReceived

Event fired when an activity is received from the adapter (or a request to reprocess an activity.)

static activityReceived: "activityReceived" = "activityReceived"

Property Value

"activityReceived"

beginDialog

Event fired by a dialog to indicate that its beginDialog() method has been called.

static beginDialog: "beginDialog" = "beginDialog"

Property Value

"beginDialog"

cancelDialog

Event fired when a dialog is being canceled.

static cancelDialog: "cancelDialog" = "cancelDialog"

Property Value

"cancelDialog"

error

Event fired when there was an exception thrown in the system.

static error: "error" = "error"

Property Value

"error"

repromptDialog

Event fired when DialogContext.repromptDialog() is called.

static repromptDialog: "repromptDialog" = "repromptDialog"

Property Value

"repromptDialog"

versionChanged

Event fired when the system has detected that deployed code has changed the execution of dialogs between turns.

static versionChanged: "versionChanged" = "versionChanged"

Property Value

"versionChanged"