AdapterWithInspection Classe

public class AdapterWithInspection
extends BotFrameworkHttpAdapter

BotFrameworkHttpAdapter qui utilise InspectionMiddleware pour transférer les informations de message et d’état.

Pour plus d’informations sur l’utilisation de cet exemple, consultez l’exemple d’inspection.

Récapitulatif du constructeur

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

Utilise l’intergiciel Inspectionpour suivre l’étatconversation et l’étatutilisateur.

Méthodes héritées de BotAdapter

Méthodes héritées de BotFrameworkAdapter

Méthodes héritées de BotFrameworkHttpAdapter

Méthodes héritées 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

Détails du constructeur

AdapterWithInspection

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

Utilise InspectionMiddleware pour suivre ConversationState et UserState.

Paramètres:

configuration - The Configuration
inspectionState - The InspectionState
userState - The UserState
conversationState - The ConversationState

S’applique à