次の方法で共有


Microsoft.Bot.Builder.Dialogs.Memory.Scopes 名前空間

クラス

BotStateMemoryScope<T>

BotStateMemoryScope は、BotState スコープのメモリを表します。

ClassMemoryScope

DialogMemoryScope は、"クラス" -> 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 は、ユーザー スコープのメモリを表します。