Values_1.EvaluationAnswerDataSourceInformation about answer data for a contact evaluation. Answer data must be either string, numeric, or not applicable.
type nonrec t = {stringValue : EvaluationAnswerDataStringValue.t option;The string value for an answer in a contact evaluation.
*)numericValue : EvaluationAnswerDataNumericValue.t option;The numeric value for an answer in a contact evaluation.
*)stringValues : EvaluationAnswerDataStringValueList.t option;String values provided as answers to evaluation questions.
*)dateTimeValue : Values_0.ISO8601Datetime.t option;Date and time value provided as an answer to an evaluation question.
*)notApplicable : Values_0.Boolean.t option;The flag to mark the question as not applicable.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Double of EvaluationAnswerDataNumericValue.t
| `List of [> `String of EvaluationAnswerDataStringValue.t ] list
| `String of EvaluationAnswerDataStringValue.t ])
list ]