Values.AnswerSourceAn 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 workload.
*)isApplicable : IsApplicable.t option;risk : Risk.t option;notes : Notes.t option;reason : AnswerReason.t option;The reason why the question is not applicable to your workload.
*)jiraConfiguration : JiraConfiguration.t option;Configuration of the Jira integration.
*)}val make :
?questionId:??? ->
?pillarId:??? ->
?questionTitle:??? ->
?questionDescription:??? ->
?improvementPlanUrl:??? ->
?helpfulResourceUrl:??? ->
?helpfulResourceDisplayText:??? ->
?choices:??? ->
?selectedChoices:??? ->
?choiceAnswers:??? ->
?isApplicable:??? ->
?risk:??? ->
?notes:??? ->
?reason:??? ->
?jiraConfiguration:??? ->
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
| `Structure of
(string
* [> `String of JiraIssueUrl.t | `Timestamp of Timestamp.t ])
list ])
list ]