DialogEvents Class

Definition

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

public class DialogEvents
type DialogEvents = class
Public Class DialogEvents
Inheritance
DialogEvents
Derived

Constructors

DialogEvents()

Fields

ActivityReceived

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

BeginDialog

Event fired when a dialog beginDialog() is called.

CancelDialog

Event fired when a dialog is canceled.

Custom

Custom event.

Error

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

RepromptDialog

Event fired when a dialog RepromptDialog is Called.

VersionChanged

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

Applies to