Module Values_1.DisconnectReasonSource

Contains details about why a contact was disconnected. Only Amazon Connect outbound campaigns can provide this field.

Sourcetype nonrec t = {
  1. code : DisconnectReasonCode.t option;
    (*

    A code that indicates how the contact was terminated.

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