Module Values_0.DisconnectDetailsSource

Information about the call disconnect experience.

Sourcetype nonrec t = {
  1. potentialDisconnectIssue : PotentialDisconnectIssue.t option;
    (*

    Indicates the potential disconnection issues for a call. This field is not populated if the service does not detect potential issues.

    *)
}
Sourceval make : ?potentialDisconnectIssue:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of PotentialDisconnectIssue.t ]) 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