次の方法で共有


DialogStateManager.ResolveMemoryScope(String, String) メソッド

定義

ResolveMemoryScope は の MemoryScope を検索し、残りのパスを返します。

public virtual Microsoft.Bot.Builder.Dialogs.Memory.Scopes.MemoryScope ResolveMemoryScope(string path, out string remainingPath);
abstract member ResolveMemoryScope : string * string -> Microsoft.Bot.Builder.Dialogs.Memory.Scopes.MemoryScope
override this.ResolveMemoryScope : string * string -> Microsoft.Bot.Builder.Dialogs.Memory.Scopes.MemoryScope
Public Overridable Function ResolveMemoryScope (path As String, ByRef remainingPath As String) As MemoryScope

パラメーター

path
String

スコープと残りのパスに解決する受信パス。

remainingPath
String

スコープ内の残りのサブパス。

戻り値

メモリ スコープ。

適用対象