DialogStateManager.GetMemoryScope(String) Metodo

Definizione

Ottenere MemoryScope in base al nome.

public Microsoft.Bot.Builder.Dialogs.Memory.Scopes.MemoryScope GetMemoryScope (string name);
member this.GetMemoryScope : string -> Microsoft.Bot.Builder.Dialogs.Memory.Scopes.MemoryScope
Public Function GetMemoryScope (name As String) As MemoryScope

Parametri

name
String

Nome dell'ambito.

Restituisce

Ambito di memoria.

Si applica a