DialogSystem Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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)
- Vererbung
-
DialogSystem
- Implementiert
Konstruktoren
DialogSystem(IDialogTasks, IEventLoop, IEventProducer<IActivity>) |
Explizite Schnittstellenimplementierungen
IDialogTasks.CreateDialogTask() | |
IDialogTasks.DialogTasks | |
IEventLoop.PollAsync(CancellationToken) | |
IEventProducer<IActivity>.Post(IActivity, Action) |