Class AgentInvocationResultResponseImpl
java.lang.Object
com.flowable.agent.engine.impl.runtime.AgentInvocationResultResponseImpl
- All Implemented Interfaces:
AgentInvocationResultResponse
public class AgentInvocationResultResponseImpl
extends Object
implements AgentInvocationResultResponse
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.flowable.agent.engine.impl.runtime.AgentInvocationResultResponse
AgentInvocationResultResponse.Exchange, AgentInvocationResultResponse.ExchangePart, AgentInvocationResultResponse.Invocation -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AgentInvocationResultprotected AgentInvocationResultResponse.Invocationprotected Map<String, List<KnowledgeBaseSearchResult>> -
Constructor Summary
ConstructorsConstructorDescriptionAgentInvocationResultResponseImpl(AgentInvocationResult agentInvocationResult, Map<String, List<KnowledgeBaseSearchResult>> usedKnowledgeBaseReferences, AgentInvocationResultResponse.Invocation aiInvocation) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
agentInvocationResult
-
usedKnowledgeBaseReferences
-
aiInvocation
-
-
Constructor Details
-
AgentInvocationResultResponseImpl
public AgentInvocationResultResponseImpl(AgentInvocationResult agentInvocationResult, Map<String, List<KnowledgeBaseSearchResult>> usedKnowledgeBaseReferences, AgentInvocationResultResponse.Invocation aiInvocation)
-
-
Method Details
-
getInvocationResult
- Specified by:
getInvocationResultin interfaceAgentInvocationResultResponse
-
getUsedKnowledgeBaseReferences
- Specified by:
getUsedKnowledgeBaseReferencesin interfaceAgentInvocationResultResponse
-
getAiInvocation
- Specified by:
getAiInvocationin interfaceAgentInvocationResultResponse
-