Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 4.76 KB

File metadata and controls

14 lines (11 loc) · 4.76 KB

AgentsTimeSavedInsight

Fields

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.