Module Values_1.BatchCreateTopicReviewedAnswerRequestSource

Creates new reviewed answers for a Q Topic.

Sourcetype nonrec t = {
  1. awsAccountId : AwsAccountId.t;
    (*

    The ID of the Amazon Web Services account that you want to create a reviewed answer in.

    *)
  2. topicId : TopicId.t;
    (*

    The ID for the topic reviewed answer that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

    *)
  3. answers : CreateTopicReviewedAnswers.t;
    (*

    The definition of the Answers to be created.

    *)
}
Sourceval context_ : string
Sourceval make : awsAccountId:AwsAccountId.t -> topicId:TopicId.t -> answers:CreateTopicReviewedAnswers.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * Awso.Botodata.value) list ] list | `String of AwsAccountId.t ]) 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