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

范围内的剩余子路径。

返回

内存范围。

适用于