Interface AgentInstance


public interface AgentInstance
  • Method Details

    • getId

      String getId()
      The id of the instance
    • getTenantId

      String getTenantId()
      The tenant id of the instance
    • getStartTime

      Date getStartTime()
      The time the instance was started
    • getStartUserId

      String getStartUserId()
      The id of the user that started the instance
    • isChatEnabled

      boolean isChatEnabled()
    • getAgentDefinitionId

      String getAgentDefinitionId()
    • getAgentDefinitionKey

      String getAgentDefinitionKey()
    • getAgentDefinitionName

      String getAgentDefinitionName()
    • getReferenceId

      String getReferenceId()
    • getReferenceType

      String getReferenceType()
    • getCallbackId

      String getCallbackId()
    • getCallbackType

      String getCallbackType()
    • getAgentInvocationResult

      AgentInvocationResult getAgentInvocationResult()