다음을 통해 공유


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)

봇에서 구현되는 경우 는 들어오는 작업을 처리합니다.

적용 대상