Microsoft.Bot.Builder.Dialogs.Memory Namespace
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.
Classes
DialogStateManager |
The DialogStateManager manages memory scopes and pathresolvers MemoryScopes are named root level objects, which can exist either in the dialogcontext or off of turn state PathResolvers allow for shortcut behavior for mapping things like $foo -> dialog.foo. |
DialogStateManagerConfiguration |
Configures the path resolvers and memory scopes for the dialog state manager. |
Interfaces
IComponentMemoryScopes |
Defines Component Memory Scopes interface for enumerating memory scopes. |
IComponentPathResolvers |
Interface for declaring path resolvers in the memory system. |
IPathResolver |
Defines Path Resolver interface for transforming paths. |