Udostępnij przez


AdaptiveDialogBot Klasa

Definicja

Implementacja IBot , która zarządza wykonywaniem obiektu AdaptiveDialog.

public class AdaptiveDialogBot : Microsoft.Bot.Builder.IBot
type AdaptiveDialogBot = class
    interface IBot
Public Class AdaptiveDialogBot
Implements IBot
Dziedziczenie
AdaptiveDialogBot
Implementuje

Konstruktory

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

Inicjuje nowe wystąpienie klasy AdaptiveDialogBot.

Metody

OnTurnAsync(ITurnContext, CancellationToken)

Po zaimplementowaniu w bocie program obsługuje działanie przychodzące.

Dotyczy