Microsoft.Bot.Builder.Dialogs.Memory.Scopes 命名空間
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
類別
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 代表使用者範圍記憶體。 |