Share via


MemoryScope(String, Boolean) Constructor

Definition

Initializes a new instance of the MemoryScope class.

public MemoryScope (string name, bool includeInSnapshot = true);
new Microsoft.Bot.Builder.Dialogs.Memory.Scopes.MemoryScope : string * bool -> Microsoft.Bot.Builder.Dialogs.Memory.Scopes.MemoryScope
Public Sub New (name As String, Optional includeInSnapshot As Boolean = true)

Parameters

name
String

Name of the scope.

includeInSnapshot
Boolean

Boolean value indicating whether this memory should be included in snapshot. Default value is true.

Applies to