Partilhar via


DialogStateManager.ResolveMemoryScope(String, String) Método

Definição

ResolveMemoryScope irá encontrar o MemoryScope para e devolver 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 para resolver o âmbito e o caminho restante.

remainingPath
String

Subcaminho restante no âmbito.

Devoluções

O âmbito da memória.

Aplica-se a