Documentation - v1.2.0-alpha.3
    Preparing search index...

    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.

    Index

    Constructors

    Properties

    activityReceived: "activityReceived" = 'activityReceived'

    Event triggered when an activity is received.

    beginDialog: "beginDialog" = 'beginDialog'

    Event triggered when a dialog begins.

    cancelDialog: "cancelDialog" = 'cancelDialog'

    Event triggered when a dialog is canceled.

    error: "error" = 'error'

    Event triggered when an error occurs.

    repromptDialog: "repromptDialog" = 'repromptDialog'

    Event triggered to reprompt a dialog.

    versionChanged: "versionChanged" = 'versionChanged'

    Event triggered when the dialog version changes.