Values_1.BatchDeleteTopicReviewedAnswerRequestSourceDeletes reviewed answers for Q Topic.
type nonrec t = {awsAccountId : AwsAccountId.t;The ID of the Amazon Web Services account that you want to delete a reviewed answers in.
*)topicId : TopicId.t;The ID for the topic reviewed answer that you want to delete. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
*)answerIds : AnswerIds.t option;The Answer IDs of the Answers to be deleted.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of AnswerId.t ] list
| `String of AwsAccountId.t ])
list ]