Values_1.EvaluationSearchSummarySourceSummary of evaluation obtained from the search operation.
type nonrec t = {evaluationId : Values_0.ResourceId.t option;A unique identifier for the contact evaluation.
*)evaluationArn : Values_0.ARN.t option;The Amazon Resource Name (ARN) for the contact evaluation resource.
*)evaluationFormId : Values_0.ResourceId.t option;The unique identifier for the evaluation form.
*)evaluationFormVersion : Values_0.VersionNumber.t option;A version of the evaluation form.
*)evaluationFormTitle : Values_0.EvaluationFormTitle.t option;Title of the evaluation form.
*)metadata : EvaluationSearchMetadata.t option;Summary information about the evaluation search.
*)status : EvaluationStatus.t option;The status of the evaluation.
*)evaluationType : EvaluationType.t option;Type of the evaluation.
*)createdTime : Values_0.Timestamp.t option;The date and time when the evaluation was created, in UTC time.
*)lastModifiedTime : Values_0.Timestamp.t option;The date and time when the evaluation was modified last time, in UTC time.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.VersionNumber.t
| `Map of ([> `String of string ] * [> `String of string ]) list
| `String of Values_0.ResourceId.t
| `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Double of EvaluationScorePercentage.t
| `Enum of string
| `String of Values_0.ContactId.t
| `Timestamp of Values_0.Timestamp.t ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]