ReactiveDialogTask 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.
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) |