| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.Transcribe.GetCallAnalyticsJob
Description
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.
Synopsis
- data GetCallAnalyticsJob = GetCallAnalyticsJob' {}
 - newGetCallAnalyticsJob :: Text -> GetCallAnalyticsJob
 - getCallAnalyticsJob_callAnalyticsJobName :: Lens' GetCallAnalyticsJob Text
 - data GetCallAnalyticsJobResponse = GetCallAnalyticsJobResponse' {}
 - newGetCallAnalyticsJobResponse :: Int -> GetCallAnalyticsJobResponse
 - getCallAnalyticsJobResponse_callAnalyticsJob :: Lens' GetCallAnalyticsJobResponse (Maybe CallAnalyticsJob)
 - getCallAnalyticsJobResponse_httpStatus :: Lens' GetCallAnalyticsJobResponse Int
 
Creating a Request
data GetCallAnalyticsJob Source #
See: newGetCallAnalyticsJob smart constructor.
Constructors
| GetCallAnalyticsJob' | |
Fields 
  | |
Instances
newGetCallAnalyticsJob Source #
Arguments
| :: Text | |
| -> GetCallAnalyticsJob | 
Create a value of GetCallAnalyticsJob with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
GetCallAnalyticsJob, getCallAnalyticsJob_callAnalyticsJobName - The name of the Call Analytics job you want information about. Job names
 are case sensitive.
Request Lenses
getCallAnalyticsJob_callAnalyticsJobName :: Lens' GetCallAnalyticsJob Text Source #
The name of the Call Analytics job you want information about. Job names are case sensitive.
Destructuring the Response
data GetCallAnalyticsJobResponse Source #
See: newGetCallAnalyticsJobResponse smart constructor.
Constructors
| GetCallAnalyticsJobResponse' | |
Fields 
  | |
Instances
newGetCallAnalyticsJobResponse Source #
Create a value of GetCallAnalyticsJobResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:callAnalyticsJob:GetCallAnalyticsJobResponse', getCallAnalyticsJobResponse_callAnalyticsJob - Provides detailed information about the specified Call Analytics job,
 including job status and, if applicable, failure reason.
$sel:httpStatus:GetCallAnalyticsJobResponse', getCallAnalyticsJobResponse_httpStatus - The response's http status code.
Response Lenses
getCallAnalyticsJobResponse_callAnalyticsJob :: Lens' GetCallAnalyticsJobResponse (Maybe CallAnalyticsJob) Source #
Provides detailed information about the specified Call Analytics job, including job status and, if applicable, failure reason.
getCallAnalyticsJobResponse_httpStatus :: Lens' GetCallAnalyticsJobResponse Int Source #
The response's http status code.