Values_2.SearchableContactAttributesSourceA structure that defines search criteria based on user-defined contact attributes that are configured for contact search.
type nonrec t = {criteria : SearchableContactAttributesCriteriaList.t;The list of criteria based on user-defined contact attributes that are configured for contact search.
*)matchType : Values_0.SearchContactsMatchType.t option;The match type combining search criteria using multiple searchable contact attributes.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `List of
[> `String of SearchableContactAttributeValue.t ] list
| `String of SearchableContactAttributeKey.t ])
list ]
list ])
list ]