Initializes a new instance of the ClassMemoryScope class.
Name of the scope class. Defaults to ScopePath.class.
Deletes the backing memory for a scope.
Current dialog context.
Gets the backing memory for this scope.
The DialogContext object for this turn.
The memory for the scope, containing cloned properties of the active dialog.
Loads a scopes backing memory at the start of a turn.
Current dialog context.
ProtectedonOverride to find the dialog instance referenced by the scope.
Current dialog context.
The dialog instance referenced by the scope, or undefined if not found.
Saves a scopes backing memory at the end of a turn.
Current dialog context.
Changes the backing object for the memory scope.
Current dialog context
memory to assign
A memory scope that provides access to the properties of the active dialog. This scope binds to the active dialog and clones its properties for use in memory.