Compartir a través de


DialogSystem Clase

Definición

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)
Herencia
DialogSystem
Implementaciones

Constructores

DialogSystem(IDialogTasks, IEventLoop, IEventProducer<IActivity>)

Implementaciones de interfaz explícitas

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

Se aplica a