Provides struct and type for a RelatedQuestion
Summary
Types
@type t() :: %Gleanex.Client.RelatedQuestion{ answer: String.t() | nil, question: String.t() | nil, ranges: [Gleanex.Client.TextRange.t()] | nil }
Provides struct and type for a RelatedQuestion
@type t() :: %Gleanex.Client.RelatedQuestion{ answer: String.t() | nil, question: String.t() | nil, ranges: [Gleanex.Client.TextRange.t()] | nil }