Partager via


DialogStateManager.GetMemoryScope(String) Méthode

Définition

Obtenez MemoryScope par nom.

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

Paramètres

name
String

Nom de l’étendue.

Retours

Étendue de mémoire.

S’applique à