Values_1.CreateTopicReviewedAnswerSourceThe definition for a CreateTopicReviewedAnswer.
type nonrec t = {answerId : AnswerId.t;The answer ID for the CreateTopicReviewedAnswer.
*)datasetArn : Values_0.Arn.t;The Dataset arn for the CreateTopicReviewedAnswer.
*)question : Values_0.LimitedString.t;The Question to be created.
*)mir : TopicIR.t option;The Mir for the CreateTopicReviewedAnswer.
*)primaryVisual : TopicVisual.t option;The PrimaryVisual for the CreateTopicReviewedAnswer.
*)template : TopicTemplate.t option;The template for the CreateTopicReviewedAnswer.
*)}val make :
?mir:??? ->
?primaryVisual:??? ->
?template:??? ->
answerId:AnswerId.t ->
datasetArn:Values_0.Arn.t ->
question:Values_0.LimitedString.t ->
unit ->
t