AdaptiveDialogBot 类

定义

一种 IBot 实现,用于管理 的执行 AdaptiveDialog

public class AdaptiveDialogBot : Microsoft.Bot.Builder.IBot
type AdaptiveDialogBot = class
    interface IBot
Public Class AdaptiveDialogBot
Implements IBot
继承
AdaptiveDialogBot
实现

构造函数

AdaptiveDialogBot(String, String, ResourceExplorer, ConversationState, UserState, SkillConversationIdFactoryBase, LanguagePolicy, BotFrameworkAuthentication, IBotTelemetryClient, IEnumerable<MemoryScope>, IEnumerable<IPathResolver>, IEnumerable<Dialog>, ILogger)

初始化 AdaptiveDialogBot 类的新实例。

方法

OnTurnAsync(ITurnContext, CancellationToken)

在机器人中实现时,处理传入活动。

适用于