Values.ChoiceAnswerSourceA choice 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.
*)notes : ChoiceNotes.t option;The notes associated with a choice.
*)}val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of ChoiceId.t ]) list ]