Provides struct and type for a PerUserInsight
Summary
Types
@type t() :: %Gleanex.Client.PerUserInsight{ numActiveSessions: integer() | nil, numAgentRuns: integer() | nil, numAiAnswers: integer() | nil, numChats: integer() | nil, numDaysActive: integer() | nil, numGleanbotUsefulResponses: integer() | nil, numMcpCalls: integer() | nil, numSearches: integer() | nil, numSummarizations: integer() | nil, person: Gleanex.Client.Person.t() | nil }