共用方式為


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 代表使用者範圍記憶體。