DialogStateManagerConfiguration.MemoryScopes 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 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.