DialogTask Class

Definition

A dialog task is a

  1. single IDialogStack stack of IDialog frames, waiting on the next IActivity
  2. the IEventProducer<Event> queue of activity events necessary to satisfy those waits
  3. the IEventLoop loop to execute that dialog code once the waits are satisfied
public sealed class DialogTask : Microsoft.Bot.Builder.Base.IEventProducer<Microsoft.Bot.Connector.IActivity>, Microsoft.Bot.Builder.Dialogs.Internals.IDialogTask
type DialogTask = class
    interface IDialogTask
    interface IDialogStack
    interface IEventLoop
    interface IEventProducer<IActivity>
Public NotInheritable Class DialogTask
Implements IDialogTask, IEventProducer(Of IActivity)
Inheritance
DialogTask
Implements

Applies to