Gleanex.Client.AgentsInsightsV2Response (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a AgentsInsightsV2Response

Summary

Types

t()

@type t() :: %Gleanex.Client.AgentsInsightsV2Response{
  agentUsersInsights: [Gleanex.Client.AgentUsersInsight.t()] | nil,
  agentsTimeSavedInsights: [Gleanex.Client.AgentsTimeSavedInsight.t()] | nil,
  agentsUsageByDepartmentInsights:
    [Gleanex.Client.AgentsUsageByDepartmentInsight.t()] | nil,
  dailyActiveUserTimeseries: Gleanex.Client.LabeledCountInfo.t() | nil,
  dailyAgentRunsTimeseries: Gleanex.Client.LabeledCountInfo.t() | nil,
  downvotesTimeseries: Gleanex.Client.LabeledCountInfo.t() | nil,
  failedRunsTimeseries: Gleanex.Client.LabeledCountInfo.t() | nil,
  monthlyActiveUserTimeseries: Gleanex.Client.LabeledCountInfo.t() | nil,
  monthlyActiveUsers: integer() | nil,
  pausedRunsTimeseries: Gleanex.Client.LabeledCountInfo.t() | nil,
  sharedAgentsCount: integer() | nil,
  successfulRunsTimeseries: Gleanex.Client.LabeledCountInfo.t() | nil,
  topAgentsInsights: [Gleanex.Client.PerAgentInsight.t()] | nil,
  topUseCasesInsights: [Gleanex.Client.AgentUseCaseInsight.t()] | nil,
  upvotesTimeseries: Gleanex.Client.LabeledCountInfo.t() | nil,
  weeklyActiveUserTimeseries: Gleanex.Client.LabeledCountInfo.t() | nil,
  weeklyActiveUsers: integer() | nil
}