AdapterWithInspection Clase

public class AdapterWithInspection
extends BotFrameworkHttpAdapter

BotFrameworkHttpAdapter que usa InspectionMiddleware para reenviar información de mensajes y estados.

Consulte el ejemplo inspección para obtener más información sobre cómo se usa.

Resumen del constructor

Constructor Description
AdapterWithInspection(Configuration configuration, InspectionState inspectionState, UserState userState, ConversationState conversationState)

Usa el middleware de inspecciónpara realizar un seguimiento del estado deconversación y el estado dede usuario.

Métodos heredados de BotAdapter

Métodos heredados de BotFrameworkAdapter

Métodos heredados de BotFrameworkHttpAdapter

Métodos heredados de java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Detalles del constructor

AdapterWithInspection

public AdapterWithInspection(Configuration configuration, InspectionState inspectionState, UserState userState, ConversationState conversationState)

Usa InspectionMiddleware para realizar un seguimiento de ConversationState y UserState.

Parámetros:

configuration - Configuración
inspectionState - The InspectionState
userState - The UserState
conversationState - The ConversationState

Se aplica a