Module Values_1.CreateTopicReviewedAnswerSource

The definition for a CreateTopicReviewedAnswer.

Sourcetype nonrec t = {
  1. answerId : AnswerId.t;
    (*

    The answer ID for the CreateTopicReviewedAnswer.

    *)
  2. datasetArn : Values_0.Arn.t;
    (*

    The Dataset arn for the CreateTopicReviewedAnswer.

    *)
  3. question : Values_0.LimitedString.t;
    (*

    The Question to be created.

    *)
  4. mir : TopicIR.t option;
    (*

    The Mir for the CreateTopicReviewedAnswer.

    *)
  5. primaryVisual : TopicVisual.t option;
    (*

    The PrimaryVisual for the CreateTopicReviewedAnswer.

    *)
  6. template : TopicTemplate.t option;
    (*

    The template for the CreateTopicReviewedAnswer.

    *)
}
Sourceval context_ : string
Sourceval make : ?mir:??? -> ?primaryVisual:??? -> ?template:??? -> answerId:AnswerId.t -> datasetArn:Values_0.Arn.t -> question:Values_0.LimitedString.t -> 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