Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 3.8 KB

File metadata and controls

13 lines (10 loc) · 3.8 KB

PerUserAssistantInsight

Fields

Field Type Required Description Example
person Optional[models.Person] N/A {
"name": "George Clooney",
"obfuscatedId": "abc123"
}
num_chat_messages Optional[int] Total number of chat messages sent by this 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_gleanbot_interactions 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 active on the Assistant over the specified time period.