DialogStateManager.GetMemoryScope(String) 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.
Get MemoryScope by name.
public Microsoft.Bot.Builder.Dialogs.Memory.Scopes.MemoryScope GetMemoryScope (string name);
member this.GetMemoryScope : string -> Microsoft.Bot.Builder.Dialogs.Memory.Scopes.MemoryScope
Public Function GetMemoryScope (name As String) As MemoryScope
Parameters
- name
- String
Name of scope.
Returns
A memory scope.