Uses of Class
software.amazon.awssdk.services.connect.model.EvaluationNote
-
Packages that use EvaluationNote Package Description software.amazon.awssdk.services.connect.model -
-
Uses of EvaluationNote in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type EvaluationNote Modifier and Type Method Description Map<String,EvaluationNote>Evaluation. notes()A map of question identifiers to note value.Map<String,EvaluationNote>SubmitContactEvaluationRequest. notes()A map of question identifiers to note value.Map<String,EvaluationNote>UpdateContactEvaluationRequest. notes()A map of question identifiers to note value.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type EvaluationNote Modifier and Type Method Description Evaluation.BuilderEvaluation.Builder. notes(Map<String,EvaluationNote> notes)A map of question identifiers to note value.SubmitContactEvaluationRequest.BuilderSubmitContactEvaluationRequest.Builder. notes(Map<String,EvaluationNote> notes)A map of question identifiers to note value.UpdateContactEvaluationRequest.BuilderUpdateContactEvaluationRequest.Builder. notes(Map<String,EvaluationNote> notes)A map of question identifiers to note value.
-