DialogStateManagerConfiguration.MemoryScopes 属性

定义

获取或设置 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)

属性值

要加载到对话状态管理器上下文中的 MemoryScope。

适用于