Package org.netxms.client.ai
Class AiAgentTask
java.lang.Object
org.netxms.client.ai.AiAgentTask
AI agent task
-
Constructor Summary
ConstructorsConstructorDescriptionAiAgentTask(NXCPMessage msg, long baseId) Create task object from NXCP message -
Method Summary
-
Constructor Details
-
AiAgentTask
Create task object from NXCP message- Parameters:
msg- NXCP messagebaseId- base ID for fields
-
-
Method Details
-
getId
public long getId()- Returns:
- the id
-
getUserId
public int getUserId()- Returns:
- the userId
-
getDescription
- Returns:
- the description
-
getPrompt
- Returns:
- the prompt
-
getState
- Returns:
- the state
-
getLastExecutionTime
- Returns:
- the lastExecutionTime
-
getNextExecutionTime
- Returns:
- the nextExecutionTime
-
getIteration
public int getIteration()- Returns:
- the iteration
-
getExplanation
- Returns:
- the explanation
-