Gleanex.Client.ExtractedQnA (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a ExtractedQnA

Summary

Types

t()

@type t() :: %Gleanex.Client.ExtractedQnA{
  heading: String.t() | nil,
  question: String.t() | nil,
  questionResult: Gleanex.Client.SearchResult.t() | nil
}