Provides struct and type for a InsightsResponse
Summary
Types
@type t() :: %Gleanex.Client.InsightsResponse{ agentsResponse: Gleanex.Client.AgentsInsightsV2Response.t() | nil, assistantResponse: Gleanex.Client.AssistantInsightsResponse.t() | nil, gleanAssist: Gleanex.Client.GleanAssistInsightsResponse.t() | nil, mcpBreakdownResponse: Gleanex.Client.McpBreakdownInsightsResponse.t() | nil, mcpResponse: Gleanex.Client.McpInsightsResponse.t() | nil, overviewResponse: Gleanex.Client.InsightsOverviewResponse.t() | nil }