Gleanex.Client.GeneratedQna (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a GeneratedQna

Summary

Types

t()

@type t() :: %Gleanex.Client.GeneratedQna{
  answer: String.t() | nil,
  cursor: String.t() | nil,
  followUpPrompts: [String.t()] | nil,
  followupActions: [Gleanex.Client.FollowupAction.t()] | nil,
  question: String.t() | nil,
  ranges: [Gleanex.Client.TextRange.t()] | nil,
  status: String.t() | nil,
  trackingToken: String.t() | nil
}