Values_2.SearchContactEvaluationsRequestSourceSearches 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 = {instanceId : Values_0.InstanceId.t;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)nextToken : Values_1.NextToken.t option;The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
*)maxResults : Values_1.MaxResult100.t option;The maximum number of results to return per page.
*)searchCriteria : Values_1.EvaluationSearchCriteria.t option;The search criteria to be used to return contact evaluations.
*)searchFilter : Values_1.EvaluationSearchFilter.t option;Filters to be applied to search results.
*)}val make :
?nextToken:??? ->
?maxResults:??? ->
?searchCriteria:??? ->
?searchFilter:??? ->
instanceId:Values_0.InstanceId.t ->
unit ->
t