DialogState interface
Contains dialog state, information about the state of the dialog stack, for a specific DialogSet.
Remarks
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.
Properties
dialog |
Contains state information for each Dialog on the stack. |
Property Details
dialogStack
Contains state information for each Dialog on the stack.
dialogStack: DialogInstance[]