DialogStateManager.ResolveMemoryScope(String, String) Metodo

Definizione

ResolveMemoryScope troverà MemoryScope per e restituirà il percorso rimanente.

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

Parametri

path
String

Percorso in ingresso da risolvere nell'ambito e nel percorso rimanente.

remainingPath
String

Percorso secondario rimanente nell'ambito.

Restituisce

Ambito della memoria.

Si applica a