com.microsoft.bot.dialogs.memory

This package contains the classes for com.microsoft.bot.dialogs.memory.

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 to dialog.foo.

DialogStateManagerConfiguration

Configures the path resolvers and memory scopes for the dialog state manager.

Interfaces

ComponentMemoryScopes

Defines Component Memory Scopes interface for enumerating memory scopes.

ComponentPathResolvers

Interface for declaring path resolvers in the memory system.

PathResolver

Defines Path Resolver interface for transforming paths.