Uses of Interface
software.amazon.awssdk.services.connect.model.EvaluationScore.Builder
-
Packages that use EvaluationScore.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of EvaluationScore.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return EvaluationScore.Builder Modifier and Type Method Description EvaluationScore.BuilderEvaluationScore.Builder. automaticFail(Boolean automaticFail)The flag that marks the item as automatic fail.static EvaluationScore.BuilderEvaluationScore. builder()EvaluationScore.BuilderEvaluationScore.Builder. notApplicable(Boolean notApplicable)The flag to mark the item as not applicable for scoring.EvaluationScore.BuilderEvaluationScore.Builder. percentage(Double percentage)The score percentage for an item in a contact evaluation.EvaluationScore.BuilderEvaluationScore. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type EvaluationScore.Builder Modifier and Type Method Description static Class<? extends EvaluationScore.Builder>EvaluationScore. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type EvaluationScore.Builder Modifier and Type Method Description default EvaluationMetadata.BuilderEvaluationMetadata.Builder. score(Consumer<EvaluationScore.Builder> score)The overall score of the contact evaluation.default EvaluationSummary.BuilderEvaluationSummary.Builder. score(Consumer<EvaluationScore.Builder> score)The overall score of the contact evaluation.
-