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