Values_2.StartContactEvaluationResponseSourceStarts an empty evaluation in the specified Amazon Connect instance, using the given evaluation form for the particular contact. The evaluation form version used for the contact evaluation corresponds to the currently activated version. If no version is activated for the evaluation form, the contact evaluation cannot be started. Evaluations created through the public API do not contain answer values suggested from automation.
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.
*)}type nonrec error = [ | `InternalServiceException of Values_0.InternalServiceException.t| `InvalidParameterException of Values_0.InvalidParameterException.t| `ResourceConflictException of Values_0.ResourceConflictException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `ServiceQuotaExceededException of Values_0.ServiceQuotaExceededException.t| `ThrottlingException of Values_0.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidParameterException of Values_0.InvalidParameterException.t
| `ResourceConflictException of Values_0.ResourceConflictException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ServiceQuotaExceededException of Values_0.ServiceQuotaExceededException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidParameterException of Values_0.InvalidParameterException.t
| `ResourceConflictException of Values_0.ResourceConflictException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ServiceQuotaExceededException of Values_0.ServiceQuotaExceededException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]