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)

在 Bot 中實作時,處理傳入活動。

適用於