Compartilhar via


InspectionMiddleware Classe

Definição

Cuidado

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

Middleware para habilitar 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 classe InspectionMiddleware.

Propriedades

Logger
Obsoleto.

Obtém o agente 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.

Indenifica os comandos open e attach e chama o método apropriado.

TraceStateAsync(ITurnContext, CancellationToken)
Obsoleto.

Processa o objeto de gerenciamento de estado.

Implantações explícitas de interface

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

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

(Herdado de InterceptionMiddleware)

Aplica-se a