Module Values_2.RealtimeContactAnalysisSegmentSource

An analyzed segment for a real-time analysis session.

Sourcetype nonrec t = {
  1. transcript : RealTimeContactAnalysisSegmentTranscript.t option;
  2. categories : RealTimeContactAnalysisSegmentCategories.t option;
  3. issues : RealTimeContactAnalysisSegmentIssues.t option;
  4. event : RealTimeContactAnalysisSegmentEvent.t option;
  5. attachments : RealTimeContactAnalysisSegmentAttachments.t option;
    (*

    The analyzed attachments.

    *)
  6. postContactSummary : RealTimeContactAnalysisSegmentPostContactSummary.t option;
    (*

    Information about the post-contact summary.

    *)
}
Sourceval make : ?transcript:??? -> ?categories:??? -> ?issues:??? -> ?event:??? -> ?attachments:??? -> ?postContactSummary:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of RealTimeContactAnalysisTranscriptContent.t | `Structure of (string * [> `Integer of RealTimeContactAnalysisOffset.t ]) list ]) list ] list | `String of Values_0.AttachmentName.t ]) list ] list | `Map of ([> `String of RealTimeContactAnalysisCategoryName.t ] * [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of RealTimeContactAnalysisId256.t | `Structure of (string * [> `Integer of RealTimeContactAnalysisOffset.t ]) list ]) list ] list ]) list ] list ]) list ]) list | `String of RealTimeContactAnalysisId256.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Integer of RealTimeContactAnalysisOffset.t ]) list ] list | `Timestamp of RealTimeContactAnalysisTimeInstant.t ]) 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