Module Values_0.AgentQualityMetricsSource

Information about the quality of the Agent's media connection

Sourcetype nonrec t = {
  1. audio : AudioQualityMetricsInfo.t option;
    (*

    Information about the audio quality of the Agent

    *)
}
Sourceval make : ?audio:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Float of AudioQualityScore.t | `List of [> `String of PotentialAudioQualityIssue.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