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)パラメーター: