Values_0.ContactEvaluationSourceInformation about the contact evaluations where the key is the FormId, which is a unique identifier for the form.
type nonrec t = {formId : FormId.t option;The FormId of the contact evaluation.
*)evaluationArn : EvaluationArn.t option;The Amazon Resource Name for the evaluation form. It is always present.
*)status : Status.t option;The status of the evaluation.
*)startTimestamp : string option;The date and time when the evaluation was started, in UTC time.
*)endTimestamp : string option;The date and time when the evaluation was submitted, in UTC time.
*)deleteTimestamp : string option;The date and time when the evaluation was deleted, in UTC time.
*)exportLocation : ExportLocation.t option;The path where evaluation was exported.
*)}