DialogSystem Classe
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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)
- Herança
-
DialogSystem
- Implementações
Construtores
DialogSystem(IDialogTasks, IEventLoop, IEventProducer<IActivity>) |
Implementações de Interface Explícita
IDialogTasks.CreateDialogTask() | |
IDialogTasks.DialogTasks | |
IEventLoop.PollAsync(CancellationToken) | |
IEventProducer<IActivity>.Post(IActivity, Action) |