Module Values_2.SearchableContactAttributesSource

A structure that defines search criteria based on user-defined contact attributes that are configured for contact search.

Sourcetype nonrec t = {
  1. criteria : SearchableContactAttributesCriteriaList.t;
    (*

    The list of criteria based on user-defined contact attributes that are configured for contact search.

    *)
  2. matchType : Values_0.SearchContactsMatchType.t option;
    (*

    The match type combining search criteria using multiple searchable contact attributes.

    *)
}
Sourceval context_ : string
Sourceval make : ?matchType:??? -> criteria:SearchableContactAttributesCriteriaList.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t