InspectionMiddleware 클래스
- java.
lang. Object - com.
microsoft. bot. builder. inspection. InterceptionMiddleware - com.
microsoft. bot. builder. inspection. InspectionMiddleware
- com.
- com.
public class InspectionMiddleware
extends InterceptionMiddleware
생성자 요약
메서드 요약
한정자 및 형식 | 메서드 및 설명 |
---|---|
protected
Inspection |
createSession(ConversationReference reference, MicrosoftAppCredentials credentials) |
protected java.util.concurrent.CompletableFuture<com.microsoft.bot.builder.inspection.InterceptionMiddleware.Intercept> | inbound(TurnContext turnContext, Activity activity) |
protected java.util.concurrent.CompletableFuture<java.lang.Void> | outbound(TurnContext turnContext, List<Activity> clonedActivities) |
java.util.concurrent.CompletableFuture<java.lang.Boolean> | processCommand(TurnContext turnContext) |
protected java.util.concurrent.CompletableFuture<java.lang.Void> | traceState(TurnContext turnContext) |
다음에서 상속된 메서드 InterceptionMiddleware
다음에서 상속된 메서드 java.lang.Object
생성자 세부 정보
InspectionMiddleware
public InspectionMiddleware(InspectionState withInspectionState)
매개 변수:
InspectionMiddleware
public InspectionMiddleware(InspectionState withInspectionState, UserState withUserState, ConversationState withConversationState, MicrosoftAppCredentials withCredentials)
매개 변수:
메서드 세부 정보
createSession
protected InspectionSession createSession(ConversationReference reference, MicrosoftAppCredentials credentials)
매개 변수:
inbound
protected CompletableFuture
재정의:
InspectionMiddleware.inbound(TurnContext turnContext, Activity activity)매개 변수:
outbound
protected CompletableFuture
재정의:
InspectionMiddleware.outbound(TurnContext turnContext, List<Activity> clonedActivities)매개 변수:
processCommand
public CompletableFuture
매개 변수:
traceState
protected CompletableFuture
재정의:
InspectionMiddleware.traceState(TurnContext turnContext)매개 변수: