public static interface StartCallAnalyticsJobResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<StartCallAnalyticsJobResponse.Builder,StartCallAnalyticsJobResponse>
| Modifier and Type | Method and Description |
|---|---|
StartCallAnalyticsJobResponse.Builder |
callAnalyticsJob(CallAnalyticsJob callAnalyticsJob)
Provides detailed information about the current Call Analytics job, including job status and, if applicable,
failure reason.
|
default StartCallAnalyticsJobResponse.Builder |
callAnalyticsJob(Consumer<CallAnalyticsJob.Builder> callAnalyticsJob)
Provides detailed information about the current Call Analytics job, including job status and, if applicable,
failure reason.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartCallAnalyticsJobResponse.Builder callAnalyticsJob(CallAnalyticsJob callAnalyticsJob)
Provides detailed information about the current Call Analytics job, including job status and, if applicable, failure reason.
callAnalyticsJob - Provides detailed information about the current Call Analytics job, including job status and, if
applicable, failure reason.default StartCallAnalyticsJobResponse.Builder callAnalyticsJob(Consumer<CallAnalyticsJob.Builder> callAnalyticsJob)
Provides detailed information about the current 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.