Microsoft.Bot.Builder.Dialogs.Memory.Scopes 命名空间

BotStateMemoryScope<T>

BotStateMemoryScope 表示 BotState 作用域内存。

ClassMemoryScope

DialogMemoryScope 映射“class” -> dc.ActiveDialog 属性。

ConversationMemoryScope

ConversationMemoryScope 表示对话范围的内存。

DialogClassMemoryScope

DialogMemoryScope 映射“dialogclass”-> dc.Parent.ActiveDialog 属性。

DialogContextMemoryScope

DialogContextMemoryScope 映射“dialogcontext”-> 属性。

DialogMemoryScope

DialogMemoryScope 映射“dialog” -> dc.Parent?。ActiveDialog.State ?? ActiveDialog.State。

MemoryScope

MemoryScope 表示命名的内存范围抽象类。

SettingsMemoryScope

SettingsMemoryscope 映射“settings” -> IConfiguration。

ThisMemoryScope

DialogMemoryScope 映射“this”-> dc.ActiveDialog.State。

TurnMemoryScope

TurnMemoryScope 表示限定为当前轮次的内存。

UserMemoryScope

UserMemoryScope 表示用户范围的内存。