Aracılığıyla paylaş


AdaptiveDialogBot Sınıf

Tanım

yürütmesini IBot yöneten bir AdaptiveDialoguygulama.

public class AdaptiveDialogBot : Microsoft.Bot.Builder.IBot
type AdaptiveDialogBot = class
    interface IBot
Public Class AdaptiveDialogBot
Implements IBot
Devralma
AdaptiveDialogBot
Uygulamalar

Oluşturucular

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

AdaptiveDialogBot sınıfının yeni bir örneğini başlatır.

Yöntemler

OnTurnAsync(ITurnContext, CancellationToken)

Bir botta uygulandığında, gelen etkinliği işler.

Şunlara uygulanır