DialogTaskManager Class
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.
This class is responsible for managing the set of dialog tasks.
public sealed class DialogTaskManager : Microsoft.Bot.Builder.Dialogs.Internals.IDialogTaskManager
type DialogTaskManager = class
interface IDialogTaskManager
interface IDialogTasks
Public NotInheritable Class DialogTaskManager
Implements IDialogTaskManager
- Inheritance
-
DialogTaskManager
- Implements
Constructors
DialogTaskManager(String, IBotData, IStackStoreFactory<DialogTask>, Func<IDialogStack,CancellationToken,IDialogContext>, IEventProducer<IActivity>) |
Explicit Interface Implementations
IDialogTaskManager.FlushDialogTasks(CancellationToken) | |
IDialogTaskManager.LoadDialogTasks(CancellationToken) | |
IDialogTasks.CreateDialogTask() | |
IDialogTasks.DialogTasks |