Partager via


DialogStateManager.ResolveMemoryScope(String, String) Méthode

Définition

ResolveMemoryScope recherche le MemoryScope pour et retourne le chemin d’accès restant.

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

Paramètres

path
String

Chemin d’accès entrant à résoudre en étendue et chemin restant.

remainingPath
String

Sous-chemin restant dans l’étendue.

Retours

Étendue de la mémoire.

S’applique à