Compartir a través de


DialogStateManager.ResolveMemoryScope(String, String) Método

Definición

ResolveMemoryScope encontrará MemoryScope para y devolverá la ruta de acceso restante.

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

Parámetros

path
String

Ruta de acceso entrante para resolver el ámbito y la ruta de acceso restante.

remainingPath
String

Subruta restante en el ámbito.

Devoluciones

Ámbito de memoria.

Se aplica a