@Generated(value="software.amazon.awssdk:codegen") public final class EvaluationMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EvaluationMetadata.Builder,EvaluationMetadata>
Metadata information about a contact evaluation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EvaluationMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EvaluationMetadata.Builder |
builder() |
String |
contactAgentId()
The identifier of the agent who performed the contact.
|
String |
contactId()
The identifier of the contact in this instance of Amazon Connect.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
evaluatorArn()
The Amazon Resource Name (ARN) of the user who last updated the evaluation.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
EvaluationScore |
score()
The overall score of the contact evaluation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EvaluationMetadata.Builder> |
serializableBuilderClass() |
EvaluationMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String contactId()
The identifier of the contact in this instance of Amazon Connect.
public final String evaluatorArn()
The Amazon Resource Name (ARN) of the user who last updated the evaluation.
public final String contactAgentId()
The identifier of the agent who performed the contact.
public final EvaluationScore score()
The overall score of the contact evaluation.
public EvaluationMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EvaluationMetadata.Builder,EvaluationMetadata>public static EvaluationMetadata.Builder builder()
public static Class<? extends EvaluationMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.