Values_1.EvaluationSummarySourceSummary information about a contact evaluation.
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.
*)evaluationFormTitle : Values_0.EvaluationFormTitle.t option;A title of the evaluation form.
*)evaluationFormId : Values_0.ResourceId.t option;The unique identifier for the evaluation form.
*)calibrationSessionId : Values_0.ResourceId.t option;The calibration session ID that this evaluation belongs to.
*)status : EvaluationStatus.t option;The status of the contact evaluation.
*)autoEvaluationEnabled : Values_0.Boolean.t option;Whether automated evaluation is enabled.
*)autoEvaluationStatus : Values_0.AutoEvaluationStatus.t option;The status of the contact auto evaluation.
*)evaluatorArn : Values_0.ARN.t option;The Amazon Resource Name (ARN) of the user who last updated the evaluation.
*)score : EvaluationScore.t option;The overall score of the contact evaluation.
*)acknowledgement : EvaluationAcknowledgementSummary.t option;Information related to evaluation acknowledgement.
*)evaluationType : EvaluationType.t option;Type of the evaluation.
*)createdTime : Values_0.Timestamp.t option;The timestamp for when the evaluation was created.
*)lastModifiedTime : Values_0.Timestamp.t option;The timestamp for when the evaluation was last updated.
*)contactParticipant : EvaluationContactParticipant.t option;Information about a contact participant in the evaluation.
*)}val make :
?evaluationId:??? ->
?evaluationArn:??? ->
?evaluationFormTitle:??? ->
?evaluationFormId:??? ->
?calibrationSessionId:??? ->
?status:??? ->
?autoEvaluationEnabled:??? ->
?autoEvaluationStatus:??? ->
?evaluatorArn:??? ->
?score:??? ->
?acknowledgement:??? ->
?evaluationType:??? ->
?createdTime:??? ->
?lastModifiedTime:??? ->
?contactParticipant:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `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.ARN.t
| `Timestamp of Values_0.Timestamp.t ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]