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

    Represents the state of the dialog stack after a dialog context attempts to begin, continue, or otherwise manipulate one or more dialogs.

    Index

    Enumeration Members

    cancelled: "cancelled"

    All dialogs on the stack were cancelled and the stack is empty.

    complete: "complete"

    The last dialog on the stack completed successfully.

    Indicates that a result might be available and the stack is now empty.

    completeAndWait: "completeAndWait"

    Current dialog completed successfully, but turn should end.

    empty: "empty"

    The dialog stack is empty.

    Indicates that the dialog stack was initially empty when the operation was attempted.

    waiting: "waiting"

    The active dialog on top of the stack is waiting for a response from the user.