Values.ChoiceSourceA choice available to answer question.
type nonrec t = {choiceId : ChoiceId.t option;title : ChoiceTitle.t option;description : ChoiceDescription.t option;helpfulResource : ChoiceContent.t option;The helpful resource (both text and URL) for a particular choice. This field only applies to custom lenses. Each choice can have only one helpful resource.
*)improvementPlan : ChoiceContent.t option;The improvement plan (both text and URL) for a particular choice. This field only applies to custom lenses. Each choice can have only one improvement plan.
*)additionalResources : AdditionalResourcesList.t option;The additional resources for a choice in a custom lens. A choice can have up to two additional resources: one of type HELPFUL_RESOURCE, one of type IMPROVEMENT_PLAN, or both.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of ChoiceContentDisplayText.t ])
list ]
list ])
list ]
list
| `String of ChoiceId.t
| `Structure of
(string * [> `String of ChoiceContentDisplayText.t ]) list ])
list ]