Values_2.SearchContactEvaluationsResponseSourceSearches contact evaluations in an Amazon Connect instance, with optional filtering. Use cases Following are common uses cases for this API: Find contact evaluations by using specific search criteria. Find contact evaluations that are tagged with a specific set of tags. Important things to know A Search operation, unlike a List operation, takes time to index changes to resource (create, update or delete). If you don't see updated information for recently changed contact evaluations, try calling the API again in a few seconds. Endpoints: See Amazon Connect endpoints and quotas.
type nonrec t = {evaluationSearchSummaryList : Values_1.EvaluationSearchSummaryList.t option;Contains information about contact evaluations.
*)nextToken : Values_1.NextToken.t option;If there are additional results, this is the token for the next set of results.
*)approximateTotalCount : Values_0.ApproximateTotalCount.t option;The total number of contact evaluations that matched your search query.
*)}type nonrec error = [ | `InternalServiceException of Values_0.InternalServiceException.t| `InvalidParameterException of Values_0.InvalidParameterException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.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
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.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
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `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 float
| `Enum of string
| `String of Values_0.ContactId.t
| `Timestamp of Values_0.Timestamp.t ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]
list
| `Long of Values_0.ApproximateTotalCount.t
| `String of Values_1.NextToken.t ])
list ]