MemoryScope(String, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.