Initializes a new instance of the ConversationMemoryScope class.
ReadonlyincludeReadonlynameProtectedstateDeletes any state in storage and the cache for this AgentState.
The DialogContext object for this turn.
A Promise that represents the work queued to execute.
Get the backing memory for this scope.
current dialog context.
Memory for the scope.
Populates the state cache for this AgentState from the storage layer.
The DialogContext object for this turn.
Optional, true to overwrite any existing state cache;
or false to load state from storage only if the cache doesn't already exist.
A Promise that represents the work queued to execute.
Writes the state cache for this AgentState to the storage layer.
The DialogContext object for this turn.
Optional, true to save the state cache to storage;
or false to save state to storage only if a property in the cache has changed.
A Promise that represents the work queued to execute.
Changes the backing object for the memory scope.
current dialog context
memory
Memory that's scoped to the current conversation.