Jaa


DialogStateManagerConfiguration.MemoryScopes Property

Definition

Gets or sets MemoryScopes.

public System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Memory.Scopes.MemoryScope> MemoryScopes { get; set; }
member this.MemoryScopes : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Memory.Scopes.MemoryScope> with get, set
Public Property MemoryScopes As List(Of MemoryScope)

Property Value

MemoryScopes to load into the dialog state manager context.

Applies to