Dela via


DialogStateManager.ResolveMemoryScope(String, String) Metod

Definition

ResolveMemoryScope hittar MemoryScope för och returnerar den återstående sökvägen.

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

Parametrar

path
String

Inkommande sökväg att matcha till omfång och återstående sökväg.

remainingPath
String

Återstående undersökväg i omfånget.

Returer

Minnesomfånget.

Gäller för