IComponentMemoryScopes.GetMemoryScopes 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 memory scopes.
public System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Memory.Scopes.MemoryScope> GetMemoryScopes ();
abstract member GetMemoryScopes : unit -> seq<Microsoft.Bot.Builder.Dialogs.Memory.Scopes.MemoryScope>
Public Function GetMemoryScopes () As IEnumerable(Of MemoryScope)
Returns
A IEnumerable<T> with the memory scopes.