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)

適用対象