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)
古い.

コマンドを開いてアタッチし、適切なメソッドを呼び出します。

TraceStateAsync(ITurnContext, CancellationToken)
古い.

状態管理オブジェクトを処理します。

明示的なインターフェイスの実装

名前 説明
IMiddleware.OnTurnAsync(ITurnContext, NextDelegate, CancellationToken)
古い.

ボットの状態をデバッグできるようにするミドルウェア。

(継承元 InterceptionMiddleware)

適用対象