Interface EvaluationSearchMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationSearchMetadata.Builder,,EvaluationSearchMetadata> SdkBuilder<EvaluationSearchMetadata.Builder,,EvaluationSearchMetadata> SdkPojo
- Enclosing class:
EvaluationSearchMetadata
-
Method Summary
Modifier and TypeMethodDescriptionacknowledgedBy(String acknowledgedBy) The agent who acknowledged the evaluation.acknowledgedTime(Instant acknowledgedTime) When the evaluation was acknowledged by the agent.acknowledgerComment(String acknowledgerComment) The comment from the agent when they acknowledged the evaluation.autoEvaluationEnabled(Boolean autoEvaluationEnabled) Whether auto-evaluation is enabled.autoEvaluationStatus(String autoEvaluationStatus) The status of the contact auto evaluation.autoEvaluationStatus(AutoEvaluationStatus autoEvaluationStatus) The status of the contact auto evaluation.calibrationSessionId(String calibrationSessionId) The calibration session ID that this evaluation belongs to.contactAgentId(String contactAgentId) The unique ID of the agent who handled the contact.The identifier of the contact in this instance of Amazon Connect.contactParticipantId(String contactParticipantId) Identifier for a contact participant in the evaluation.contactParticipantRole(String contactParticipantRole) Role of a contact participant in the evaluation.contactParticipantRole(ContactParticipantRole contactParticipantRole) Role of a contact participant in the evaluation.evaluatorArn(String evaluatorArn) The Amazon Resource Name (ARN) of the person who evaluated the contact.Identifier for the review.samplingJobId(String samplingJobId) Identifier of the sampling job.scoreAutomaticFail(Boolean scoreAutomaticFail) The flag that marks the item as automatic fail.scoreNotApplicable(Boolean scoreNotApplicable) The flag to mark the item as not applicable for scoring.scorePercentage(Double scorePercentage) The total evaluation score expressed as a percentage.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
contactId
The identifier of the contact in this instance of Amazon Connect.
- Parameters:
contactId- The identifier of the contact in this instance of Amazon Connect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluatorArn
The Amazon Resource Name (ARN) of the person who evaluated the contact.
- Parameters:
evaluatorArn- The Amazon Resource Name (ARN) of the person who evaluated the contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactAgentId
The unique ID of the agent who handled the contact.
- Parameters:
contactAgentId- The unique ID of the agent who handled the contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
calibrationSessionId
The calibration session ID that this evaluation belongs to.
- Parameters:
calibrationSessionId- The calibration session ID that this evaluation belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scorePercentage
The total evaluation score expressed as a percentage.
- Parameters:
scorePercentage- The total evaluation score expressed as a percentage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scoreAutomaticFail
The flag that marks the item as automatic fail. If the item or a child item gets an automatic fail answer, this flag is true.
- Parameters:
scoreAutomaticFail- The flag that marks the item as automatic fail. If the item or a child item gets an automatic fail answer, this flag is true.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scoreNotApplicable
The flag to mark the item as not applicable for scoring.
- Parameters:
scoreNotApplicable- The flag to mark the item as not applicable for scoring.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoEvaluationEnabled
Whether auto-evaluation is enabled.
- Parameters:
autoEvaluationEnabled- Whether auto-evaluation is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoEvaluationStatus
The status of the contact auto evaluation.
- Parameters:
autoEvaluationStatus- The status of the contact auto evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
autoEvaluationStatus
The status of the contact auto evaluation.
- Parameters:
autoEvaluationStatus- The status of the contact auto evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
acknowledgedTime
When the evaluation was acknowledged by the agent.
- Parameters:
acknowledgedTime- When the evaluation was acknowledged by the agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
acknowledgedBy
The agent who acknowledged the evaluation.
- Parameters:
acknowledgedBy- The agent who acknowledged the evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
acknowledgerComment
The comment from the agent when they acknowledged the evaluation.
- Parameters:
acknowledgerComment- The comment from the agent when they acknowledged the evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
samplingJobId
Identifier of the sampling job.
- Parameters:
samplingJobId- Identifier of the sampling job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reviewId
Identifier for the review.
- Parameters:
reviewId- Identifier for the review.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactParticipantRole
Role of a contact participant in the evaluation.
- Parameters:
contactParticipantRole- Role of a contact participant in the evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
contactParticipantRole
EvaluationSearchMetadata.Builder contactParticipantRole(ContactParticipantRole contactParticipantRole) Role of a contact participant in the evaluation.
- Parameters:
contactParticipantRole- Role of a contact participant in the evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
contactParticipantId
Identifier for a contact participant in the evaluation.
- Parameters:
contactParticipantId- Identifier for a contact participant in the evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-