AdapterWithInspection Class

public class AdapterWithInspection
extends BotFrameworkHttpAdapter

A BotFrameworkHttpAdapter that use InspectionMiddleware to forward message and state information.

See the Inspection sample for details on how this is used.

Constructor Summary

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

Uses InspectionMiddleware to track ConversationState and UserState.

Methods inherited from BotAdapter

Methods inherited from BotFrameworkAdapter

Methods inherited from BotFrameworkHttpAdapter

Methods inherited from 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

Constructor Details

AdapterWithInspection

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

Uses InspectionMiddleware to track ConversationState and UserState.

Parameters:

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

Applies to