Values_0.TranscriptCriteriaSourceA structure that defines search criteria base on words or phrases, participants in the Contact Lens conversational analytics transcript.
type nonrec t = {participantRole : ParticipantRole.t;The participant role in a transcript
*)searchText : SearchTextList.t;The words or phrases used to search within a transcript.
*)matchType : SearchContactsMatchType.t;The match type combining search criteria using multiple search texts in a transcript criteria.
*)}val make :
participantRole:ParticipantRole.t ->
searchText:SearchTextList.t ->
matchType:SearchContactsMatchType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `List of [> `String of SearchText.t ] list ])
list ]