다음을 통해 공유


InspectionMiddleware 클래스

정의

주의

This class is obsolete and will be removed in a future version of the framework.

미들웨어를 사용하여 봇의 상태를 디버깅할 수 있습니다.

[System.Obsolete("This class is obsolete and will be removed in a future version of the framework.", false)]
public class InspectionMiddleware : Microsoft.Bot.Builder.InterceptionMiddleware
[<System.Obsolete("This class is obsolete and will be removed in a future version of the framework.", false)>]
type InspectionMiddleware = class
    inherit InterceptionMiddleware
Public Class InspectionMiddleware
Inherits InterceptionMiddleware
상속
InspectionMiddleware
특성

생성자

InspectionMiddleware(InspectionState, UserState, ConversationState, MicrosoftAppCredentials, ILogger<InspectionMiddleware>)
사용되지 않음.

InspectionMiddleware 클래스의 새 인스턴스를 초기화합니다.

속성

Logger
사용되지 않음.

현재 개체의 로거를 가져옵니다.

(다음에서 상속됨 InterceptionMiddleware)

메서드

GetHttpClient()
사용되지 않음.

현재 개체에 대한 HTTP 클라이언트를 가져옵니다.

InboundAsync(ITurnContext, Activity, CancellationToken)
사용되지 않음.

인바운드 활동을 처리합니다.

OutboundAsync(ITurnContext, IEnumerable<Activity>, CancellationToken)
사용되지 않음.

아웃바운드 활동을 처리합니다.

ProcessCommandAsync(ITurnContext, CancellationToken)
사용되지 않음.

open 및 attach 명령을 들여쓰고 적절한 메서드를 호출합니다.

TraceStateAsync(ITurnContext, CancellationToken)
사용되지 않음.

상태 관리 개체를 처리합니다.

명시적 인터페이스 구현

IMiddleware.OnTurnAsync(ITurnContext, NextDelegate, CancellationToken)
사용되지 않음.

미들웨어를 사용하여 봇의 상태를 디버깅할 수 있습니다.

(다음에서 상속됨 InterceptionMiddleware)

적용 대상