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)

ボットに実装されている場合は、受信アクティビティを処理します。

適用対象