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