ReactiveDialogTask Class

Definition

A reactive dialog task (in contrast to a proactive dialog task) is a dialog task that starts some root dialog when it receives the first IActivity activity.

public sealed class ReactiveDialogTask : Microsoft.Bot.Builder.Base.IEventLoop, Microsoft.Bot.Builder.Base.IEventProducer<Microsoft.Bot.Connector.IActivity>
type ReactiveDialogTask = class
    interface IEventLoop
    interface IEventProducer<IActivity>
Public NotInheritable Class ReactiveDialogTask
Implements IEventLoop, IEventProducer(Of IActivity)
Inheritance
ReactiveDialogTask
Implements

Constructors

ReactiveDialogTask(IDialogTask, Func<IDialog<Object>>)

Explicit Interface Implementations

IEventLoop.PollAsync(CancellationToken)
IEventProducer<IActivity>.Post(IActivity, Action)

Applies to