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

    Contains dialog state, information about the state of the dialog stack, for a specific DialogSet.

    State is read from and saved to storage each turn, and state cache for the turn is managed through the TurnContext.

    For more information, see the articles on Managing state and Dialogs library.

    interface DialogState {
        dialogStack: DialogInstance<any>[];
    }
    Index

    Properties

    Properties

    dialogStack: DialogInstance<any>[]

    Contains state information for each Dialog on the stack.