Gleanex.Client.RelatedQuestion (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a RelatedQuestion

Summary

Types

t()

@type t() :: %Gleanex.Client.RelatedQuestion{
  answer: String.t() | nil,
  question: String.t() | nil,
  ranges: [Gleanex.Client.TextRange.t()] | nil
}