Values.AnswerSummarySourceAn answer summary of a lens review in a workload.
type nonrec t = {questionId : QuestionId.t option;pillarId : PillarId.t option;questionTitle : QuestionTitle.t option;choices : Choices.t option;selectedChoices : SelectedChoices.t option;choiceAnswerSummaries : ChoiceAnswerSummaries.t option;A list of selected choices to a question in your workload.
*)isApplicable : IsApplicable.t option;risk : Risk.t option;reason : AnswerReason.t option;The reason why a choice is non-applicable to a question in your workload.
*)questionType : QuestionType.t option;The type of the question.
*)jiraConfiguration : JiraConfiguration.t option;Configuration of the Jira integration.
*)}val 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
| `Structure of
(string
* [> `String of JiraIssueUrl.t | `Timestamp of Timestamp.t ])
list ])
list ]