Values_2.TopicReviewedAnswerSourceThe deinition for a TopicReviewedAnswer.
type nonrec t = {arn : Values_0.Arn.t option;The Amazon Resource Name (ARN) of the reviewed answer.
*)answerId : Values_1.AnswerId.t option;The answer ID of the reviewed answer.
*)datasetArn : Values_0.Arn.t option;The Dataset ARN for the TopicReviewedAnswer.
*)question : Values_0.LimitedString.t option;The question for the TopicReviewedAnswer.
*)mir : Values_1.TopicIR.t option;The mir for the TopicReviewedAnswer.
*)primaryVisual : Values_1.TopicVisual.t option;The primary visual for the TopicReviewedAnswer.
*)template : Values_1.TopicTemplate.t option;The template for the TopicReviewedAnswer.
*)}