Partilhar via


InspectionMiddleware Classe

Definição

Atenção

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

Middleware para ativar a depuração do estado de um bot.

[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
Herança
InspectionMiddleware
Atributos

Construtores

InspectionMiddleware(InspectionState, UserState, ConversationState, MicrosoftAppCredentials, ILogger<InspectionMiddleware>)
Obsoleto.

Inicializa uma nova instância da InspectionMiddleware classe.

Propriedades

Logger
Obsoleto.

Obtém o logger do objeto atual.

(Herdado de InterceptionMiddleware)

Métodos

GetHttpClient()
Obsoleto.

Obtém o cliente HTTP do objeto atual.

InboundAsync(ITurnContext, Activity, CancellationToken)
Obsoleto.

Processa atividades de entrada.

OutboundAsync(ITurnContext, IEnumerable<Activity>, CancellationToken)
Obsoleto.

Processa atividades de saída.

ProcessCommandAsync(ITurnContext, CancellationToken)
Obsoleto.

Os indentifies abrem e anexam comandos e chamam o método adequado.

TraceStateAsync(ITurnContext, CancellationToken)
Obsoleto.

Processa o objeto de gestão de estado.

Implementações de Interface Explícita

IMiddleware.OnTurnAsync(ITurnContext, NextDelegate, CancellationToken)
Obsoleto.

Middleware para ativar a depuração do estado de um bot.

(Herdado de InterceptionMiddleware)

Aplica-se a