Interface ExternalAgentInvocationResult

All Known Implementing Classes:
AgentforceExternalAgentInvocationResult, AzureAiFoundryExternalAgentInvocationResult

public interface ExternalAgentInvocationResult
  • Method Details

    • isFinished

      boolean isFinished()
    • getExternalId

      String getExternalId()
    • getMessage

      String getMessage()
    • getFullResponse

      com.fasterxml.jackson.databind.node.ObjectNode getFullResponse()
    • getJobConfiguration

      String getJobConfiguration()