Values_2.RealTimeContactAnalysisTranscriptItemWithContentSourceTranscript representation containing Id, Content and list of character intervals that are associated with analysis data. For example, this object within an issue detected would describe both content that contains identified issue and intervals where that content is taken from.
type nonrec t = {content : RealTimeContactAnalysisTranscriptContent.t option;Part of the transcript content that contains identified issue. Can be redacted
*)id : RealTimeContactAnalysisId256.t option;Transcript identifier. Matches the identifier from one of the TranscriptSegments.
*)characterOffsets : RealTimeContactAnalysisCharacterInterval.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `String of RealTimeContactAnalysisTranscriptContent.t
| `Structure of
(string * [> `Integer of RealTimeContactAnalysisOffset.t ]) list ])
list ]