Compartilhar via


DialogStateManager.ResolveMemoryScope(String, String) Método

Definição

ResolveMemoryScope encontrará o MemoryScope para e retornará o caminho 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

Caminho de entrada a ser resolvido para o escopo e o caminho restante.

remainingPath
String

Subcaminho restante no escopo.

Retornos

O escopo da memória.

Aplica-se a