Values.ReviewTemplateAnswerSourceAn answer of the question.
type nonrec t = {questionId : QuestionId.t option;pillarId : PillarId.t option;questionTitle : QuestionTitle.t option;questionDescription : QuestionDescription.t option;improvementPlanUrl : ImprovementPlanUrl.t option;helpfulResourceUrl : HelpfulResourceUrl.t option;helpfulResourceDisplayText : DisplayText.t option;The helpful resource text to be displayed for a custom lens. This field does not apply to Amazon Web Services official lenses.
*)choices : Choices.t option;selectedChoices : SelectedChoices.t option;choiceAnswers : ChoiceAnswers.t option;A list of selected choices to a question in your review template.
*)isApplicable : IsApplicable.t option;answerStatus : ReviewTemplateAnswerStatus.t option;The status of whether or not this question has been answered.
*)notes : Notes.t option;reason : AnswerReason.t option;The reason why the question is not applicable to your review template.
*)}val make :
?questionId:??? ->
?pillarId:??? ->
?questionTitle:??? ->
?questionDescription:??? ->
?improvementPlanUrl:??? ->
?helpfulResourceUrl:??? ->
?helpfulResourceDisplayText:??? ->
?choices:??? ->
?selectedChoices:??? ->
?choiceAnswers:??? ->
?isApplicable:??? ->
?answerStatus:??? ->
?notes:??? ->
?reason:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of IsApplicable.t
| `Enum of string
| `List of
[> `String of ChoiceId.t
| `Structure of
(string
* [> `Enum 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 ]
list
| `String of QuestionId.t ])
list ]