Gleanex.Client.SummarizeResponse (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a SummarizeResponse

Summary

Types

t()

@type t() :: %Gleanex.Client.SummarizeResponse{
  error: Gleanex.Client.SummarizeResponseError.t() | nil,
  summary: Gleanex.Client.Summary.t() | nil,
  trackingToken: String.t() | nil
}