Share via


IDialogTaskManager Interface

Definition

public interface IDialogTaskManager : Microsoft.Bot.Builder.Dialogs.Internals.IDialogTasks
type IDialogTaskManager = interface
    interface IDialogTasks
Public 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.

Applies to