public static interface GetCallAnalyticsJobResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<GetCallAnalyticsJobResponse.Builder,GetCallAnalyticsJobResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCallAnalyticsJobResponse.Builder |
callAnalyticsJob(CallAnalyticsJob callAnalyticsJob)
Provides detailed information about the specified Call Analytics job, including job status and, if
applicable, failure reason.
|
default GetCallAnalyticsJobResponse.Builder |
callAnalyticsJob(Consumer<CallAnalyticsJob.Builder> callAnalyticsJob)
Provides detailed information about the specified Call Analytics job, including job status and, if
applicable, failure reason.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCallAnalyticsJobResponse.Builder callAnalyticsJob(CallAnalyticsJob callAnalyticsJob)
Provides detailed information about the specified Call Analytics job, including job status and, if applicable, failure reason.
callAnalyticsJob - Provides detailed information about the specified Call Analytics job, including job status and, if
applicable, failure reason.default GetCallAnalyticsJobResponse.Builder callAnalyticsJob(Consumer<CallAnalyticsJob.Builder> callAnalyticsJob)
Provides detailed information about the specified Call Analytics job, including job status and, if applicable, failure reason.
This is a convenience method that creates an instance of theCallAnalyticsJob.Builder avoiding the
need to create one manually via CallAnalyticsJob.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to callAnalyticsJob(CallAnalyticsJob).
callAnalyticsJob - a consumer that will call methods on CallAnalyticsJob.BuildercallAnalyticsJob(CallAnalyticsJob)Copyright © 2022. All rights reserved.