Values_2.SearchPredefinedAttributesRequestSourceSearches 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 = {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.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.
*)maxResults : Values_1.MaxResult100.t option;The maximum number of results to return per page.
*)searchCriteria : PredefinedAttributeSearchCriteria.t option;The search criteria to be used to return predefined attributes.
*)}val make :
?nextToken:??? ->
?maxResults:??? ->
?searchCriteria:??? ->
instanceId:Values_0.InstanceId.t ->
unit ->
t