Module Values_0.CustomerVoiceActivitySource

Information about customer’s voice activity.

Sourcetype nonrec t = {
  1. greetingStartTimestamp : string option;
    (*

    Timestamp that measures the beginning of the customer greeting from an outbound voice call.

    *)
  2. greetingEndTimestamp : string option;
    (*

    Timestamp that measures the end of the customer greeting from an outbound voice call.

    *)
}
Sourceval make : ?greetingStartTimestamp:??? -> ?greetingEndTimestamp:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Timestamp of string ]) 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