Gleanex.Client.InsightsResponse (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a InsightsResponse

Summary

Types

t()

@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
}