DialogClassMemoryScope.GetMemory(DialogContext) Method
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.
Gets the backing memory for this scope.
public override object GetMemory (Microsoft.Bot.Builder.Dialogs.DialogContext dc);
override this.GetMemory : Microsoft.Bot.Builder.Dialogs.DialogContext -> obj
Public Overrides Function GetMemory (dc As DialogContext) As Object
Parameters
The DialogContext object for this turn.
Returns
Memory for the scope.