Bagikan melalui


AdaptiveDialogBot Kelas

Definisi

Implementasi IBot yang mengelola eksekusi AdaptiveDialog.

public class AdaptiveDialogBot : Microsoft.Bot.Builder.IBot
type AdaptiveDialogBot = class
    interface IBot
Public Class AdaptiveDialogBot
Implements IBot
Warisan
AdaptiveDialogBot
Penerapan

Konstruktor

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

Menginisialisasi instans baru kelas AdaptiveDialogBot.

Metode

OnTurnAsync(ITurnContext, CancellationToken)

Saat diimplementasikan dalam bot, menangani aktivitas masuk.

Berlaku untuk