@Generated(value="software.amazon.awssdk:codegen") public final class VoiceToneAnalysisTask extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VoiceToneAnalysisTask.Builder,VoiceToneAnalysisTask>
A representation of an asynchronous request to perform voice tone analysis on a Voice Connector call.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VoiceToneAnalysisTask.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VoiceToneAnalysisTask.Builder |
builder() |
CallDetails |
callDetails()
The call details of a voice tone analysis task.
|
Instant |
createdTimestamp()
The time at which a voice tone analysis task was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends VoiceToneAnalysisTask.Builder> |
serializableBuilderClass() |
Instant |
startedTimestamp()
The time at which a voice tone analysis task started.
|
String |
statusMessage()
The status of a voice tone analysis task.
|
VoiceToneAnalysisTask.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedTimestamp()
The time at which a voice tone analysis task was updated.
|
String |
voiceToneAnalysisTaskId()
The ID of the voice tone analysis task.
|
String |
voiceToneAnalysisTaskStatus()
The status of a voice tone analysis task,
IN_QUEUE, IN_PROGRESS,
PARTIAL_SUCCESS, SUCCEEDED, FAILED, or STOPPED. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String voiceToneAnalysisTaskId()
The ID of the voice tone analysis task.
public final String voiceToneAnalysisTaskStatus()
The status of a voice tone analysis task, IN_QUEUE, IN_PROGRESS,
PARTIAL_SUCCESS, SUCCEEDED, FAILED, or STOPPED.
IN_QUEUE, IN_PROGRESS,
PARTIAL_SUCCESS, SUCCEEDED, FAILED, or STOPPED.public final CallDetails callDetails()
The call details of a voice tone analysis task.
public final Instant createdTimestamp()
The time at which a voice tone analysis task was created.
public final Instant updatedTimestamp()
The time at which a voice tone analysis task was updated.
public final Instant startedTimestamp()
The time at which a voice tone analysis task started.
public final String statusMessage()
The status of a voice tone analysis task.
public VoiceToneAnalysisTask.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VoiceToneAnalysisTask.Builder,VoiceToneAnalysisTask>public static VoiceToneAnalysisTask.Builder builder()
public static Class<? extends VoiceToneAnalysisTask.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.