次の方法で共有


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)

プロパティ値

ダイアログ状態マネージャー コンテキストに読み込む MemoryScopes。

適用対象