Uses of Class
com.mypurecloud.sdk.v2.model.SurveyQuestionScore
Packages that use SurveyQuestionScore
-
Uses of SurveyQuestionScore in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SurveyQuestionScoreModifier and TypeMethodDescriptionSurveyQuestionScore.assistedAnswerId(String assistedAnswerId) AnswerId found with evaluation assistance conditionsSurveyQuestionScore.freeTextAnswer(String freeTextAnswer) True when the evaluation is submitted with a question that does not have an answer.SurveyQuestionScore.npsTextAnswer(String npsTextAnswer) SurveyQuestionScore.questionId(String questionId) Unweighted score of the questionSurveyQuestionScore.systemMarkedNA(Boolean systemMarkedNA) If markedNA is true, systemMarkedNA indicates whether it was marked by a user or by the system due to visibility conditions.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type SurveyQuestionScoreMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type SurveyQuestionScoreModifier and TypeMethodDescriptionSurveyQuestionGroupScore.questionScores(List<SurveyQuestionScore> questionScores) voidSurveyQuestionGroupScore.setQuestionScores(List<SurveyQuestionScore> questionScores)