Dela via


MemoryScope(String, Boolean) Konstruktor

Definition

Initierar en ny instans av MemoryScope klassen.

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)

Parametrar

name
String

Namnet på omfånget.

includeInSnapshot
Boolean

Boolean värde som anger om det här minnet ska ingå i ögonblicksbilden. Standardvärdet är True.

Gäller för