Class EvaluationMetadata
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.EvaluationMetadata
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EvaluationMetadata.Builder,EvaluationMetadata>
@Generated("software.amazon.awssdk:codegen") public final class EvaluationMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EvaluationMetadata.Builder,EvaluationMetadata>
Metadata information about a contact evaluation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEvaluationMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EvaluationMetadata.Builderbuilder()StringcontactAgentId()The identifier of the agent who performed the contact.StringcontactId()The identifier of the contact in this instance of Amazon Connect.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringevaluatorArn()The Amazon Resource Name (ARN) of the user who last updated the evaluation.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()EvaluationScorescore()The overall score of the contact evaluation.List<SdkField<?>>sdkFields()static Class<? extends EvaluationMetadata.Builder>serializableBuilderClass()EvaluationMetadata.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
contactId
public final String contactId()
The identifier of the contact in this instance of Amazon Connect.
- Returns:
- The identifier of the contact in this instance of Amazon Connect.
-
evaluatorArn
public final String evaluatorArn()
The Amazon Resource Name (ARN) of the user who last updated the evaluation.
- Returns:
- The Amazon Resource Name (ARN) of the user who last updated the evaluation.
-
contactAgentId
public final String contactAgentId()
The identifier of the agent who performed the contact.
- Returns:
- The identifier of the agent who performed the contact.
-
score
public final EvaluationScore score()
The overall score of the contact evaluation.
- Returns:
- The overall score of the contact evaluation.
-
toBuilder
public EvaluationMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EvaluationMetadata.Builder,EvaluationMetadata>
-
builder
public static EvaluationMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends EvaluationMetadata.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-