InspectionMiddleware Classe
- java.
lang. Object - com.
microsoft. bot. builder. inspection. InterceptionMiddleware - com.
microsoft. bot. builder. inspection. InspectionMiddleware
- com.
- com.
public class InspectionMiddleware
extends InterceptionMiddleware
Resumo do Construtor
Resumo do método
| Modificador e tipo | Método e descrição |
|---|---|
|
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) |
Métodos herdados de InterceptionMiddleware
Métodos herdados de java.lang.Object
Detalhes do construtor
InspectionMiddleware
public InspectionMiddleware(InspectionState withInspectionState)
Parâmetros:
InspectionMiddleware
public InspectionMiddleware(InspectionState withInspectionState, UserState withUserState, ConversationState withConversationState, MicrosoftAppCredentials withCredentials)
Parâmetros:
Detalhes do método
createSession
protected InspectionSession createSession(ConversationReference reference, MicrosoftAppCredentials credentials)
Parâmetros:
inbound
protected CompletableFuture
Substituições:
InspectionMiddleware.inbound(TurnContext turnContext, Activity activity)Parâmetros:
outbound
protected CompletableFuture
Substituições:
InspectionMiddleware.outbound(TurnContext turnContext, List<Activity> clonedActivities)Parâmetros:
processCommand
public CompletableFuture
Parâmetros:
traceState
protected CompletableFuture
Substituições:
InspectionMiddleware.traceState(TurnContext turnContext)Parâmetros: