Freigeben über


IDialogSystem Schnittstelle

Definition

Das Dialogsystem stellt die Schnittstelle der obersten Ebene für die Dialogaufgaben und deren Ereignisschleife dar.

public interface IDialogSystem : Microsoft.Bot.Builder.Base.IEventLoop, Microsoft.Bot.Builder.Base.IEventProducer<Microsoft.Bot.Connector.IActivity>, Microsoft.Bot.Builder.Dialogs.Internals.IDialogTasks
type IDialogSystem = interface
    interface IDialogTasks
    interface IEventLoop
    interface IEventProducer<IActivity>
Public Interface IDialogSystem
Implements IDialogTasks, IEventLoop, IEventProducer(Of IActivity)
Abgeleitet
Implementiert

Eigenschaften

DialogTasks

Die Liste der IDialogTask

(Geerbt von IDialogTasks)

Methoden

CreateDialogTask()

Erstellt eine neue IDialogTask und fügt sie hinzu. DialogTasks

(Geerbt von IDialogTasks)
PollAsync(CancellationToken)

Rufen Sie das Ziel für alle zu erledigenden Aufgaben ab.

(Geerbt von IEventLoop)
Post(Event, Action)

Das Dialogsystem stellt die Schnittstelle der obersten Ebene für die Dialogaufgaben und deren Ereignisschleife dar.

(Geerbt von IEventProducer<Event>)

Gilt für: