DialogContext.State Property

Definition

Gets or sets the DialogStateManager which manages view of all memory scopes.

public Microsoft.Bot.Builder.Dialogs.Memory.DialogStateManager State { get; set; }
member this.State : Microsoft.Bot.Builder.Dialogs.Memory.DialogStateManager with get, set
Public Property State As DialogStateManager

Property Value

DialogStateManager with unified memory view of all memory scopes.

Applies to