DialogContextVisibleState Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This class is no longer used and is deprecated. Use DialogContext.State.GetMemorySnapshot() to get all visible memory scope objects.
Defines the shape of the state object returned by calling DialogContext.State.ToJson().
[System.Obsolete("This class is no longer used and is deprecated. Use DialogContext.State.GetMemorySnapshot() to get all visible memory scope objects.", false)]
public class DialogContextVisibleState
[<System.Obsolete("This class is no longer used and is deprecated. Use DialogContext.State.GetMemorySnapshot() to get all visible memory scope objects.", false)>]
type DialogContextVisibleState = class
Public Class DialogContextVisibleState
- Inheritance
-
DialogContextVisibleState
- Attributes
Constructors
DialogContextVisibleState() |
Properties
Conversation |
Gets or sets the Conversation related to the State. |
Dialog |
Gets or sets the Dialog related to the State. |
User |
Gets or sets the User related to the State. |