Uses of Class
software.amazon.awssdk.services.transcribe.model.CallAnalyticsJob
-
Packages that use CallAnalyticsJob Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of CallAnalyticsJob in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return CallAnalyticsJob Modifier and Type Method Description CallAnalyticsJobGetCallAnalyticsJobResponse. callAnalyticsJob()Provides detailed information about the specified Call Analytics job, including job status and, if applicable, failure reason.CallAnalyticsJobStartCallAnalyticsJobResponse. callAnalyticsJob()Provides detailed information about the current Call Analytics job, including job status and, if applicable, failure reason.Methods in software.amazon.awssdk.services.transcribe.model with parameters of type CallAnalyticsJob Modifier and Type Method Description GetCallAnalyticsJobResponse.BuilderGetCallAnalyticsJobResponse.Builder. callAnalyticsJob(CallAnalyticsJob callAnalyticsJob)Provides detailed information about the specified Call Analytics job, including job status and, if applicable, failure reason.StartCallAnalyticsJobResponse.BuilderStartCallAnalyticsJobResponse.Builder. callAnalyticsJob(CallAnalyticsJob callAnalyticsJob)Provides detailed information about the current Call Analytics job, including job status and, if applicable, failure reason.
-