Microsoft.Bot.Builder.Dialogs.Memory Namespace

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.