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
agent_id Optional[str] Agent ID
agent_name Optional[str] Agent name
icon Optional[models.IconConfig] Defines how to render an icon {
"color": "#343CED",
"key": "person_icon",
"iconType": "GLYPH",
"name": "user"
}
is_deleted Optional[bool] Indicates whether the agent has been deleted
run_count Optional[int] Total number of runs for this agent over the specified time period.
mins_per_run Optional[float] Average minutes saved per run for this agent over the specified time period.
feedback_user_count Optional[int] Total number of users who provided feedback on time saved for this agent over the specified time period.