Values_2.SearchPredefinedAttributesResponseSourceSearches predefined attributes that meet certain criteria. A predefined attribute is made up of a name and a value. You can use predefined attributes for: Routing proficiency (for example, agent certification) that has predefined values (for example, a list of possible certifications). For more information, see Create predefined attributes for routing contacts to agents. Contact information that varies between transfers or conferences, such as the name of the business unit handling the contact. For more information, see Use contact segment attributes. For the predefined attributes per instance quota, see Amazon Connect quotas. Endpoints: See Amazon Connect endpoints and quotas.
type nonrec t = {predefinedAttributes : PredefinedAttributeSearchSummaryList.t option;Predefined attributes matched by the search criteria.
*)nextToken : Values_1.NextToken2500.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.
*)approximateTotalCount : Values_0.ApproximateTotalCount.t option;The approximate number of predefined attributes which 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
* [> `List of [> `String of string ] list
| `String of Values_0.PredefinedAttributeName.t
| `Structure of
(string
* [> `Boolean of
Values_0.EnableValueValidationOnAssociation.t
| `List of [> `String of string ] list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]
list
| `Long of Values_0.ApproximateTotalCount.t
| `String of Values_1.NextToken2500.t ])
list ]