DialogContext.State Property
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.
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.