Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Returns information about a call analytics job. To see the status of the
job, check the CallAnalyticsJobStatus
field. If the status is
COMPLETED
, the job is finished and you can find the results at the
location specified in the TranscriptFileUri
field. If you enable
personally identifiable information (PII) redaction, the redacted
transcript appears in the RedactedTranscriptFileUri
field.
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.
GetCallAnalyticsJob' | |
|
Instances
newGetCallAnalyticsJob Source #
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:
$sel:callAnalyticsJobName:GetCallAnalyticsJob'
, getCallAnalyticsJob_callAnalyticsJobName
- The name of the analytics job you want information about. This value is
case sensitive.
Request Lenses
getCallAnalyticsJob_callAnalyticsJobName :: Lens' GetCallAnalyticsJob Text Source #
The name of the analytics job you want information about. This value is case sensitive.
Destructuring the Response
data GetCallAnalyticsJobResponse Source #
See: newGetCallAnalyticsJobResponse
smart constructor.
GetCallAnalyticsJobResponse' | |
|
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
- An object that contains the results of your call analytics job.
$sel:httpStatus:GetCallAnalyticsJobResponse'
, getCallAnalyticsJobResponse_httpStatus
- The response's http status code.
Response Lenses
getCallAnalyticsJobResponse_callAnalyticsJob :: Lens' GetCallAnalyticsJobResponse (Maybe CallAnalyticsJob) Source #
An object that contains the results of your call analytics job.
getCallAnalyticsJobResponse_httpStatus :: Lens' GetCallAnalyticsJobResponse Int Source #
The response's http status code.