Interface EvaluationMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationMetadata.Builder,,EvaluationMetadata> SdkBuilder<EvaluationMetadata.Builder,,EvaluationMetadata> SdkPojo
- Enclosing class:
EvaluationMetadata
-
Method Summary
Modifier and TypeMethodDescriptiondefault EvaluationMetadata.Builderacknowledgement(Consumer<EvaluationAcknowledgement.Builder> acknowledgement) Information related to evaluation acknowledgement.acknowledgement(EvaluationAcknowledgement acknowledgement) Information related to evaluation acknowledgement.default EvaluationMetadata.BuilderautoEvaluation(Consumer<AutoEvaluationDetails.Builder> autoEvaluation) Information related to automated evaluation.autoEvaluation(AutoEvaluationDetails autoEvaluation) Information related to automated evaluation.calibrationSessionId(String calibrationSessionId) The calibration session ID that this evaluation belongs to.contactAgentId(String contactAgentId) The identifier of the agent who performed the contact.The identifier of the contact in this instance of Amazon Connect.evaluatorArn(String evaluatorArn) The Amazon Resource Name (ARN) of the user who last updated the evaluation.default EvaluationMetadata.Builderscore(Consumer<EvaluationScore.Builder> score) The overall score of the contact evaluation.score(EvaluationScore score) The overall score of the contact evaluation.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 user who last updated the evaluation.
- Parameters:
evaluatorArn- The Amazon Resource Name (ARN) of the user who last updated the evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactAgentId
The identifier of the agent who performed the contact.
- Parameters:
contactAgentId- The identifier of the agent who performed 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.
-
score
The overall score of the contact evaluation.
- Parameters:
score- The overall score of the contact evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
score
The overall score of the contact evaluation.
This is a convenience method that creates an instance of theEvaluationScore.Builderavoiding the need to create one manually viaEvaluationScore.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toscore(EvaluationScore).- Parameters:
score- a consumer that will call methods onEvaluationScore.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
autoEvaluation
Information related to automated evaluation.
- Parameters:
autoEvaluation- Information related to automated evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoEvaluation
default EvaluationMetadata.Builder autoEvaluation(Consumer<AutoEvaluationDetails.Builder> autoEvaluation) Information related to automated evaluation.
This is a convenience method that creates an instance of theAutoEvaluationDetails.Builderavoiding the need to create one manually viaAutoEvaluationDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toautoEvaluation(AutoEvaluationDetails).- Parameters:
autoEvaluation- a consumer that will call methods onAutoEvaluationDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
acknowledgement
Information related to evaluation acknowledgement.
- Parameters:
acknowledgement- Information related to evaluation acknowledgement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
acknowledgement
default EvaluationMetadata.Builder acknowledgement(Consumer<EvaluationAcknowledgement.Builder> acknowledgement) Information related to evaluation acknowledgement.
This is a convenience method that creates an instance of theEvaluationAcknowledgement.Builderavoiding the need to create one manually viaEvaluationAcknowledgement.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toacknowledgement(EvaluationAcknowledgement).- Parameters:
acknowledgement- a consumer that will call methods onEvaluationAcknowledgement.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-