DialogStateManager.ResolveMemoryScope(String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.