Udostępnij za pośrednictwem


DialogStateManager.ResolveMemoryScope(String, String) Metoda

Definicja

ResolveMemoryScope znajdzie element MemoryScope dla i zwróci pozostałą ścieżkę.

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

Parametry

path
String

Ścieżka przychodząca do rozpoznawania zakresu i pozostałej ścieżki.

remainingPath
String

Pozostała ścieżka podrzędna w zakresie.

Zwraca

Zakres pamięci.

Dotyczy