Class CallAnalyticsJobSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CallAnalyticsJobSummary.Builder,CallAnalyticsJobSummary>
Provides detailed information about a specific Call Analytics job.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final CallAnalyticsJobDetailsProvides detailed information about a call analytics job, including information about skipped analytics features.final StringThe name of the Call Analytics job.final CallAnalyticsJobStatusProvides the status of your Call Analytics job.final StringProvides the status of your Call Analytics job.final InstantThe date and time the specified Call Analytics job finished processing.final InstantThe date and time the specified Call Analytics job request was made.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringIfCallAnalyticsJobStatusisFAILED,FailureReasoncontains information about why the Call Analytics job failed.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final LanguageCodeThe language code used to create your Call Analytics transcription.final StringThe language code used to create your Call Analytics transcription.static Class<? extends CallAnalyticsJobSummary.Builder> final InstantThe date and time your Call Analytics job began processing.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
callAnalyticsJobName
The name of the Call Analytics job. Job names are case sensitive and must be unique within an Amazon Web Services account.
- Returns:
- The name of the Call Analytics job. Job names are case sensitive and must be unique within an Amazon Web Services account.
-
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:00represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.- Returns:
- 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:00represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
-
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:00represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.- Returns:
- 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:00represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
-
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:00represents a transcription job that started processing at 12:33 PM UTC-7 on May 4, 2022.- Returns:
- 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:00represents a transcription job that started processing at 12:33 PM UTC-7 on May 4, 2022.
-
languageCode
The language code used to create your Call Analytics transcription.
If the service returns an enum value that is not available in the current SDK version,
languageCodewill returnLanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlanguageCodeAsString().- Returns:
- The language code used to create your Call Analytics transcription.
- See Also:
-
languageCodeAsString
The language code used to create your Call Analytics transcription.
If the service returns an enum value that is not available in the current SDK version,
languageCodewill returnLanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlanguageCodeAsString().- Returns:
- The language code used to create your Call Analytics transcription.
- See Also:
-
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 inTranscriptFileUri(orRedactedTranscriptFileUri, if you requested transcript redaction). If the status isFAILED,FailureReasonprovides details on why your transcription job failed.If the service returns an enum value that is not available in the current SDK version,
callAnalyticsJobStatuswill returnCallAnalyticsJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcallAnalyticsJobStatusAsString().- Returns:
- 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 inTranscriptFileUri(orRedactedTranscriptFileUri, if you requested transcript redaction). If the status isFAILED,FailureReasonprovides details on why your transcription job failed. - See Also:
-
callAnalyticsJobStatusAsString
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 inTranscriptFileUri(orRedactedTranscriptFileUri, if you requested transcript redaction). If the status isFAILED,FailureReasonprovides details on why your transcription job failed.If the service returns an enum value that is not available in the current SDK version,
callAnalyticsJobStatuswill returnCallAnalyticsJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcallAnalyticsJobStatusAsString().- Returns:
- 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 inTranscriptFileUri(orRedactedTranscriptFileUri, if you requested transcript redaction). If the status isFAILED,FailureReasonprovides details on why your transcription job failed. - See Also:
-
callAnalyticsJobDetails
Provides detailed information about a call analytics job, including information about skipped analytics features.
- Returns:
- Provides detailed information about a call analytics job, including information about skipped analytics features.
-
failureReason
If
CallAnalyticsJobStatusisFAILED,FailureReasoncontains information about why the Call Analytics job failed. See also: Common Errors.- Returns:
- If
CallAnalyticsJobStatusisFAILED,FailureReasoncontains information about why the Call Analytics job failed. See also: Common Errors.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<CallAnalyticsJobSummary.Builder,CallAnalyticsJobSummary> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-