Module Values_0.TranscriptSource

A structure that defines search criteria and matching logic to search for contacts by matching text with transcripts analyzed by Amazon Connect Contact Lens.

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

    The list of search criteria based on Contact Lens conversational analytics transcript.

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

    The match type combining search criteria using multiple transcript criteria.

    *)
}
Sourceval context_ : string
Sourceval make : ?matchType:??? -> criteria:TranscriptCriteriaList.t -> unit -> t
Sourceval 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 ]
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