Provides struct and type for a GeneratedQna
Summary
Types
@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 }