IDialogTaskManager Interface  
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.
public interface IDialogTaskManager : Microsoft.Bot.Builder.Dialogs.Internals.IDialogTaskstype IDialogTaskManager = interface
    interface IDialogTasksPublic Interface IDialogTaskManager
Implements IDialogTasks- Derived
- Implements
Properties
| DialogTasks | The list of IDialogTask(Inherited from IDialogTasks) | 
Methods
| CreateDialogTask() | Creates a new IDialogTask and add it to DialogTasks(Inherited from IDialogTasks) | 
| FlushDialogTasks(CancellationToken) | Flushes the IDialogTask in DialogTasks | 
| LoadDialogTasks(CancellationToken) | Loads the DialogTasks from IBotDataBag. |