| Field | Type | Required | Description | Example |
|---|---|---|---|---|
person |
Optional[models.Person] | ➖ | N/A | { "name": "George Clooney", "obfuscatedId": "abc123" } |
num_searches |
Optional[int] | ➖ | Total number of searches by this user over the specified time period. | |
num_chats |
Optional[int] | ➖ | Total number of chats by this user over the specified time period. | |
num_active_sessions |
Optional[int] | ➖ | Total number of active sessions by this user in a Glean client over the specified time period. | |
num_gleanbot_useful_responses |
Optional[int] | ➖ | Total number of Gleanbot responses marked useful by this user over the specified time period. | |
num_days_active |
Optional[int] | ➖ | Total number of days this user was an Active User over the specified time period. | |
num_summarizations |
Optional[int] | ➖ | Total number of summarized items by this user over the specified time period. | |
num_ai_answers |
Optional[int] | ➖ | Total number of AI Answers interacted with by this user over the specified time period. | |
num_agent_runs |
Optional[int] | ➖ | Total number of agent runs for this user over the specified time period. |