DialogContextVisibleState Class

Definition

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.

Applies to