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

    Indicates why a dialog method is being called.

    Use a dialog context to control the dialogs in a dialog set. The dialog context will pass a reference to itself to the dialog method it calls. It also passes in the reason why the specific method is being called.

    Index

    Enumeration Members

    beginCalled: "beginCalled"

    The dialog is being started from DialogContext.beginDialog or DialogContext.replaceDialog.

    cancelCalled: "cancelCalled"

    The dialog is being cancelled from DialogContext.cancelAllDialogs.

    continueCalled: "continueCalled"

    The dialog is being continued from DialogContext.continueDialog.

    endCalled: "endCalled"

    The dialog is being ended from DialogContext.endDialog.

    nextCalled: "nextCalled"

    A step in a WaterfallDialog is being called because the previous step in the waterfall dialog called WaterfallStepContext.next.

    replaceCalled: "replaceCalled"

    The dialog is being ended from DialogContext.replaceDialog.