Values_2.GeneratedAnswerResultSourceThe QA result that is made from generated answer.
type nonrec t = {questionText : QAQueryText.t option;The question text.
*)answerStatus : GeneratedAnswerStatus.t option;The answer status of the generated answer.
*)topicId : Values_1.TopicId.t option;The ID of the topic.
*)topicName : Values_1.ResourceName.t option;The name of the topic.
*)restatement : QAQueryText.t option;The restatement for the answer.
*)questionId : QuestionId.t option;The ID of the question.
*)answerId : Values_1.AnswerId.t option;The ID of the answer.
*)questionUrl : Values_1.QAUrl.t option;The URL of the question.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of QAQueryText.t ]) list ]