Skip to content

/AWS1/CL_TNBCALLALYSJOBSUMMARY

Provides detailed information about a specific Call Analytics job.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_callanalyticsjobname TYPE /AWS1/TNBCALLANALYTICSJOBNAME /AWS1/TNBCALLANALYTICSJOBNAME

The name of the Call Analytics job. Job names are case sensitive and must be unique within an Amazon Web Services account.

iv_creationtime TYPE /AWS1/TNBDATETIME /AWS1/TNBDATETIME

The date and time the specified Call Analytics job request was made.

Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example, 2022-05-04T12:32:58.761000-07:00 represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.

iv_starttime TYPE /AWS1/TNBDATETIME /AWS1/TNBDATETIME

The date and time your Call Analytics job began processing.

Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example, 2022-05-04T12:32:58.789000-07:00 represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.

iv_completiontime TYPE /AWS1/TNBDATETIME /AWS1/TNBDATETIME

The date and time the specified Call Analytics job finished processing.

Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example, 2022-05-04T12:33:13.922000-07:00 represents a transcription job that started processing at 12:33 PM UTC-7 on May 4, 2022.

iv_languagecode TYPE /AWS1/TNBLANGUAGECODE /AWS1/TNBLANGUAGECODE

The language code used to create your Call Analytics transcription.

iv_callanalyticsjobstatus TYPE /AWS1/TNBCALLALYSJOBSTATUS /AWS1/TNBCALLALYSJOBSTATUS

Provides the status of your Call Analytics job.

If the status is COMPLETED, the job is finished and you can find the results at the location specified in TranscriptFileUri (or RedactedTranscriptFileUri, if you requested transcript redaction). If the status is FAILED, FailureReason provides details on why your transcription job failed.

io_callanalyticsjobdetails TYPE REF TO /AWS1/CL_TNBCALLALYSJOBDETAILS /AWS1/CL_TNBCALLALYSJOBDETAILS

Provides detailed information about a call analytics job, including information about skipped analytics features.

iv_failurereason TYPE /AWS1/TNBFAILUREREASON /AWS1/TNBFAILUREREASON

If CallAnalyticsJobStatus is FAILED, FailureReason contains information about why the Call Analytics job failed. See also: Common Errors.


Queryable Attributes

CallAnalyticsJobName

The name of the Call Analytics job. Job names are case sensitive and must be unique within an Amazon Web Services account.

Accessible with the following methods

Method Description
GET_CALLANALYTICSJOBNAME() Getter for CALLANALYTICSJOBNAME, with configurable default
ASK_CALLANALYTICSJOBNAME() Getter for CALLANALYTICSJOBNAME w/ exceptions if field has n
HAS_CALLANALYTICSJOBNAME() Determine if CALLANALYTICSJOBNAME has a value

CreationTime

The date and time the specified Call Analytics job request was made.

Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example, 2022-05-04T12:32:58.761000-07:00 represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.

Accessible with the following methods

Method Description
GET_CREATIONTIME() Getter for CREATIONTIME, with configurable default
ASK_CREATIONTIME() Getter for CREATIONTIME w/ exceptions if field has no value
HAS_CREATIONTIME() Determine if CREATIONTIME has a value

StartTime

The date and time your Call Analytics job began processing.

Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example, 2022-05-04T12:32:58.789000-07:00 represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.

Accessible with the following methods

Method Description
GET_STARTTIME() Getter for STARTTIME, with configurable default
ASK_STARTTIME() Getter for STARTTIME w/ exceptions if field has no value
HAS_STARTTIME() Determine if STARTTIME has a value

CompletionTime

The date and time the specified Call Analytics job finished processing.

Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example, 2022-05-04T12:33:13.922000-07:00 represents a transcription job that started processing at 12:33 PM UTC-7 on May 4, 2022.

Accessible with the following methods

Method Description
GET_COMPLETIONTIME() Getter for COMPLETIONTIME, with configurable default
ASK_COMPLETIONTIME() Getter for COMPLETIONTIME w/ exceptions if field has no valu
HAS_COMPLETIONTIME() Determine if COMPLETIONTIME has a value

LanguageCode

The language code used to create your Call Analytics transcription.

Accessible with the following methods

Method Description
GET_LANGUAGECODE() Getter for LANGUAGECODE, with configurable default
ASK_LANGUAGECODE() Getter for LANGUAGECODE w/ exceptions if field has no value
HAS_LANGUAGECODE() Determine if LANGUAGECODE has a value

CallAnalyticsJobStatus

Provides the status of your Call Analytics job.

If the status is COMPLETED, the job is finished and you can find the results at the location specified in TranscriptFileUri (or RedactedTranscriptFileUri, if you requested transcript redaction). If the status is FAILED, FailureReason provides details on why your transcription job failed.

Accessible with the following methods

Method Description
GET_CALLANALYTICSJOBSTATUS() Getter for CALLANALYTICSJOBSTATUS, with configurable default
ASK_CALLANALYTICSJOBSTATUS() Getter for CALLANALYTICSJOBSTATUS w/ exceptions if field has
HAS_CALLANALYTICSJOBSTATUS() Determine if CALLANALYTICSJOBSTATUS has a value

CallAnalyticsJobDetails

Provides detailed information about a call analytics job, including information about skipped analytics features.

Accessible with the following methods

Method Description
GET_CALLANALYTICSJOBDETAILS() Getter for CALLANALYTICSJOBDETAILS

FailureReason

If CallAnalyticsJobStatus is FAILED, FailureReason contains information about why the Call Analytics job failed. See also: Common Errors.

Accessible with the following methods

Method Description
GET_FAILUREREASON() Getter for FAILUREREASON, with configurable default
ASK_FAILUREREASON() Getter for FAILUREREASON w/ exceptions if field has no value
HAS_FAILUREREASON() Determine if FAILUREREASON has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_CALLANALYTICSJOBSUMMARIES

TYPES TT_CALLANALYTICSJOBSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_TNBCALLALYSJOBSUMMARY WITH DEFAULT KEY
.