Values.ChoiceAnswerSummarySourceA choice summary that has been answered on a question in your workload.
type nonrec t = {choiceId : ChoiceId.t option;status : ChoiceStatus.t option;The status of a choice.
*)reason : ChoiceReason.t option;The reason why a choice is non-applicable to a question in your workload.
*)}val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of ChoiceId.t ]) list ]