Provides struct and type for a AssistantInsightsResponse
Summary
Types
@type t() :: %Gleanex.Client.AssistantInsightsResponse{ aiAnswersTimeseries: Gleanex.Client.LabeledCountInfo.t() | nil, chatMessagesTimeseries: Gleanex.Client.LabeledCountInfo.t() | nil, dailyActiveUserTimeseries: Gleanex.Client.LabeledCountInfo.t() | nil, downvotesTimeseries: Gleanex.Client.LabeledCountInfo.t() | nil, gleanbotInteractionsTimeseries: Gleanex.Client.LabeledCountInfo.t() | nil, lastUpdatedTs: integer() | nil, monthlyActiveUserTimeseries: Gleanex.Client.LabeledCountInfo.t() | nil, monthlyActiveUsers: integer() | nil, perUserInsights: [Gleanex.Client.PerUserAssistantInsight.t()] | nil, summarizationsTimeseries: Gleanex.Client.LabeledCountInfo.t() | nil, totalSignups: integer() | nil, upvotesTimeseries: Gleanex.Client.LabeledCountInfo.t() | nil, weeklyActiveUserTimeseries: Gleanex.Client.LabeledCountInfo.t() | nil, weeklyActiveUsers: integer() | nil }