Share via


DialogSystem Class

Definition

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

Constructors

DialogSystem(IDialogTasks, IEventLoop, IEventProducer<IActivity>)

Explicit Interface Implementations

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

Applies to