Module Values.CallAnalyticsJobDetailsSource

Contains details about a call analytics job, including information about skipped analytics features.

Sourcetype nonrec t = {
  1. skipped : CallAnalyticsSkippedFeatureList.t option;
    (*

    Contains information about any skipped analytics features during the analysis of a call analytics job. This array lists all the analytics features that were skipped, along with their corresponding reason code and message.

    *)
}
Sourceval make : ?skipped:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of String_.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