Interface AgentInvocationContext
- All Known Implementing Classes:
AgentInvocationContextImpl,BaseAgentInvocationContext,NontransactionalAgentInvocationContext
public interface AgentInvocationContext
-
Method Details
-
getInvocationId
String getInvocationId() -
getCreationTime
Date getCreationTime() -
getAgentInstanceId
String getAgentInstanceId() -
getAgentInstance
AgentInstance getAgentInstance() -
getAgentDefinitionModel
AgentDefinitionModel getAgentDefinitionModel() -
getAgentOperationKey
String getAgentOperationKey() -
getOutputSchema
String getOutputSchema() -
getSystemMessage
String getSystemMessage() -
getUserMessage
String getUserMessage() -
getKnowledgeBaseDefinitions
List<KnowledgeBaseDefinition> getKnowledgeBaseDefinitions() -
getTenantId
String getTenantId() -
getUserId
String getUserId() -
getParentDeploymentId
String getParentDeploymentId() -
getUserGroupKeys
Collection<String> getUserGroupKeys() -
getMedia
List<AgentInvocationContext.MediaItem> getMedia() -
getEventDefinitionKey
String getEventDefinitionKey() -
getEventCorrelationKey
String getEventCorrelationKey() -
invoke
AgentInvocationResultResponse invoke()
-