public static interface VoiceToneAnalysisTask.Builder extends SdkPojo, CopyableBuilder<VoiceToneAnalysisTask.Builder,VoiceToneAnalysisTask>
| Modifier and Type | Method and Description |
|---|---|
VoiceToneAnalysisTask.Builder |
callDetails(CallDetails callDetails)
The call details of a voice tone analysis task.
|
default VoiceToneAnalysisTask.Builder |
callDetails(Consumer<CallDetails.Builder> callDetails)
The call details of a voice tone analysis task.
|
VoiceToneAnalysisTask.Builder |
createdTimestamp(Instant createdTimestamp)
The time at which a voice tone analysis task was created.
|
VoiceToneAnalysisTask.Builder |
startedTimestamp(Instant startedTimestamp)
The time at which a voice tone analysis task started.
|
VoiceToneAnalysisTask.Builder |
statusMessage(String statusMessage)
The status of a voice tone analysis task.
|
VoiceToneAnalysisTask.Builder |
updatedTimestamp(Instant updatedTimestamp)
The time at which a voice tone analysis task was updated.
|
VoiceToneAnalysisTask.Builder |
voiceToneAnalysisTaskId(String voiceToneAnalysisTaskId)
The ID of the voice tone analysis task.
|
VoiceToneAnalysisTask.Builder |
voiceToneAnalysisTaskStatus(String voiceToneAnalysisTaskStatus)
The status of a voice tone analysis task,
IN_QUEUE, IN_PROGRESS,
PARTIAL_SUCCESS, SUCCEEDED, FAILED, or STOPPED. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVoiceToneAnalysisTask.Builder voiceToneAnalysisTaskId(String voiceToneAnalysisTaskId)
The ID of the voice tone analysis task.
voiceToneAnalysisTaskId - The ID of the voice tone analysis task.VoiceToneAnalysisTask.Builder voiceToneAnalysisTaskStatus(String voiceToneAnalysisTaskStatus)
The status of a voice tone analysis task, IN_QUEUE, IN_PROGRESS,
PARTIAL_SUCCESS, SUCCEEDED, FAILED, or STOPPED.
voiceToneAnalysisTaskStatus - The status of a voice tone analysis task, IN_QUEUE, IN_PROGRESS,
PARTIAL_SUCCESS, SUCCEEDED, FAILED, or STOPPED.VoiceToneAnalysisTask.Builder callDetails(CallDetails callDetails)
The call details of a voice tone analysis task.
callDetails - The call details of a voice tone analysis task.default VoiceToneAnalysisTask.Builder callDetails(Consumer<CallDetails.Builder> callDetails)
The call details of a voice tone analysis task.
This is a convenience method that creates an instance of theCallDetails.Builder avoiding the need to
create one manually via CallDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to callDetails(CallDetails).
callDetails - a consumer that will call methods on CallDetails.BuildercallDetails(CallDetails)VoiceToneAnalysisTask.Builder createdTimestamp(Instant createdTimestamp)
The time at which a voice tone analysis task was created.
createdTimestamp - The time at which a voice tone analysis task was created.VoiceToneAnalysisTask.Builder updatedTimestamp(Instant updatedTimestamp)
The time at which a voice tone analysis task was updated.
updatedTimestamp - The time at which a voice tone analysis task was updated.VoiceToneAnalysisTask.Builder startedTimestamp(Instant startedTimestamp)
The time at which a voice tone analysis task started.
startedTimestamp - The time at which a voice tone analysis task started.VoiceToneAnalysisTask.Builder statusMessage(String statusMessage)
The status of a voice tone analysis task.
statusMessage - The status of a voice tone analysis task.Copyright © 2023. All rights reserved.