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

범위의 나머지 하위 경로입니다.

반환

메모리 범위입니다.

적용 대상