DialogStateManager.GetMemoryScope(String) Method

Definition

Get MemoryScope by name.

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

Parameters

name
String

Name of scope.

Returns

A memory scope.

Applies to