Values_0.TranscriptSourceA structure that defines search criteria and matching logic to search for contacts by matching text with transcripts analyzed by Amazon Connect Contact Lens.
type nonrec t = {criteria : TranscriptCriteriaList.t;The list of search criteria based on Contact Lens conversational analytics transcript.
*)matchType : SearchContactsMatchType.t option;The match type combining search criteria using multiple transcript criteria.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of SearchText.t ] list ])
list ]
list ])
list ]