Values_1.BatchCreateTopicReviewedAnswerRequestSourceCreates new reviewed answers for a Q Topic.
type nonrec t = {awsAccountId : AwsAccountId.t;The ID of the Amazon Web Services account that you want to create a reviewed answer in.
*)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.
*)answers : CreateTopicReviewedAnswers.t;The definition of the Answers to be created.
*)}val make :
awsAccountId:AwsAccountId.t ->
topicId:TopicId.t ->
answers:CreateTopicReviewedAnswers.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * Awso.Botodata.value) list ] list
| `String of AwsAccountId.t ])
list ]