共用方式為


MemoryScope(String, Boolean) 建構函式

定義

初始化 MemoryScope 類別的新執行個體。

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)

參數

name
String

範圍的名稱。

includeInSnapshot
Boolean

Boolean 值,指出此記憶體是否應該包含在快照集中。 預設值為 true。

適用於