Module Values_2.TopicReviewedAnswerSource

The deinition for a TopicReviewedAnswer.

Sourcetype nonrec t = {
  1. arn : Values_0.Arn.t option;
    (*

    The Amazon Resource Name (ARN) of the reviewed answer.

    *)
  2. answerId : Values_1.AnswerId.t option;
    (*

    The answer ID of the reviewed answer.

    *)
  3. datasetArn : Values_0.Arn.t option;
    (*

    The Dataset ARN for the TopicReviewedAnswer.

    *)
  4. question : Values_0.LimitedString.t option;
    (*

    The question for the TopicReviewedAnswer.

    *)
  5. mir : Values_1.TopicIR.t option;
    (*

    The mir for the TopicReviewedAnswer.

    *)
  6. primaryVisual : Values_1.TopicVisual.t option;
    (*

    The primary visual for the TopicReviewedAnswer.

    *)
  7. template : Values_1.TopicTemplate.t option;
    (*

    The template for the TopicReviewedAnswer.

    *)
}
Sourceval make : ?arn:??? -> ?answerId:??? -> ?datasetArn:??? -> ?question:??? -> ?mir:??? -> ?primaryVisual:??? -> ?template:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * Awso.Botodata.value) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t