| Field | Type | Required | Description | Example |
|---|---|---|---|---|
agentId |
Optional<String> | ➖ | Agent ID | |
agentName |
Optional<String> | ➖ | Agent name | |
icon |
Optional<IconConfig> | ➖ | Defines how to render an icon | { "color": "#343CED", "key": "person_icon", "iconType": "GLYPH", "name": "user" } |
isDeleted |
Optional<Boolean> | ➖ | Indicates whether the agent has been deleted | |
runCount |
Optional<Long> | ➖ | Total number of runs for this agent over the specified time period. | |
minsPerRun |
Optional<Float> | ➖ | Average minutes saved per run for this agent over the specified time period. | |
feedbackUserCount |
Optional<Long> | ➖ | Total number of users who provided feedback on time saved for this agent over the specified time period. |