public static interface EvaluationMetadata.Builder extends SdkPojo, CopyableBuilder<EvaluationMetadata.Builder,EvaluationMetadata>
| Modifier and Type | Method and Description |
|---|---|
EvaluationMetadata.Builder |
contactAgentId(String contactAgentId)
The identifier of the agent who performed the contact.
|
EvaluationMetadata.Builder |
contactId(String contactId)
The identifier of the contact in this instance of Amazon Connect.
|
EvaluationMetadata.Builder |
evaluatorArn(String evaluatorArn)
The Amazon Resource Name (ARN) of the user who last updated the evaluation.
|
default EvaluationMetadata.Builder |
score(Consumer<EvaluationScore.Builder> score)
The overall score of the contact evaluation.
|
EvaluationMetadata.Builder |
score(EvaluationScore score)
The overall score of the contact evaluation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEvaluationMetadata.Builder contactId(String contactId)
The identifier of the contact in this instance of Amazon Connect.
contactId - The identifier of the contact in this instance of Amazon Connect.EvaluationMetadata.Builder evaluatorArn(String evaluatorArn)
The Amazon Resource Name (ARN) of the user who last updated the evaluation.
evaluatorArn - The Amazon Resource Name (ARN) of the user who last updated the evaluation.EvaluationMetadata.Builder contactAgentId(String contactAgentId)
The identifier of the agent who performed the contact.
contactAgentId - The identifier of the agent who performed the contact.EvaluationMetadata.Builder score(EvaluationScore score)
The overall score of the contact evaluation.
score - The overall score of the contact evaluation.default EvaluationMetadata.Builder score(Consumer<EvaluationScore.Builder> score)
The overall score of the contact evaluation.
This is a convenience method that creates an instance of theEvaluationScore.Builder avoiding the
need to create one manually via EvaluationScore.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to score(EvaluationScore).
score - a consumer that will call methods on EvaluationScore.Builderscore(EvaluationScore)Copyright © 2023. All rights reserved.