Module Values_2.RealTimeContactAnalysisPointOfInterestSource

The section of the contact transcript segment that category rule was detected.

Sourcetype nonrec t = {
  1. transcriptItems : RealTimeContactAnalysisTranscriptItemsWithCharacterOffsets.t option;
    (*

    List of the transcript items (segments) that are associated with a given point of interest.

    *)
}
Sourceval make : ?transcriptItems:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of RealTimeContactAnalysisId256.t | `Structure of (string * [> `Integer of RealTimeContactAnalysisOffset.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