Język

DialogStateManager.ResolveMemoryScope(String, String) Metoda

Definicja

ResolveMemoryScope znajdzie 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

Nadchodząca ścieżka do rozwiązania zakresu i pozostała ścieżka.

remainingPath
String

Pozostaję podścieżką w zakresie.

Zwraca

Zakres pamięci.

Dotyczy