DialogSystem Constructor
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 DialogSystem (Microsoft.Bot.Builder.Dialogs.Internals.IDialogTasks tasks, Microsoft.Bot.Builder.Base.IEventLoop loop, Microsoft.Bot.Builder.Base.IEventProducer<Microsoft.Bot.Connector.IActivity> queue);
new Microsoft.Bot.Builder.Dialogs.Internals.DialogSystem : Microsoft.Bot.Builder.Dialogs.Internals.IDialogTasks * Microsoft.Bot.Builder.Base.IEventLoop * Microsoft.Bot.Builder.Base.IEventProducer<Microsoft.Bot.Connector.IActivity> -> Microsoft.Bot.Builder.Dialogs.Internals.DialogSystem
Public Sub New (tasks As IDialogTasks, loop As IEventLoop, queue As IEventProducer(Of IActivity))
Parameters
- tasks
- IDialogTasks
- loop
- IEventLoop
- queue
- IEventProducer<IActivity>