Values.ChoiceContentSourceThe choice content.
type nonrec t = {displayText : ChoiceContentDisplayText.t option;The display text for the choice content.
*)url : ChoiceContentUrl.t option;The URL for the choice content.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ChoiceContentDisplayText.t ]) list ]