Module Values.GetCallAnalyticsJobRequestSource

Provides information about the specified Call Analytics job. To view the job's status, refer to CallAnalyticsJobStatus. If the status is COMPLETED, the job is finished. You can find your completed transcript at the URI specified in TranscriptFileUri. If the status is FAILED, FailureReason provides details on why your transcription job failed. If you enabled personally identifiable information (PII) redaction, the redacted transcript appears at the location specified in RedactedTranscriptFileUri. If you chose to redact the audio in your media file, you can find your redacted media file at the location specified in RedactedMediaFileUri. To get a list of your Call Analytics jobs, use the operation.

Sourcetype nonrec t = {
  1. callAnalyticsJobName : CallAnalyticsJobName.t;
    (*

    The name of the Call Analytics job you want information about. Job names are case sensitive.

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