Package com.mypurecloud.sdk.v2.model
Class EvaluationQuestionScore
java.lang.Object
com.mypurecloud.sdk.v2.model.EvaluationQuestionScore
- All Implemented Interfaces:
Serializable
EvaluationQuestionScore
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassistedAnswerId(String assistedAnswerId) AnswerId found with evaluation assistance conditionsComments from the evaluator specific to this questionbooleanfailedKillQuestion(Boolean failedKillQuestion) Applicable only on fatal questions.getScore()inthashCode()True when the evaluation is submitted with a question that does not have an answer.multipleSelectQuestionOptionScores(List<EvaluationQuestionScore> multipleSelectQuestionOptionScores) Only applicable to Multiple Select questions.questionId(String questionId) Unweighted score of the questionvoidsetAnswerId(String answerId) voidsetAssistedAnswerId(String assistedAnswerId) voidsetComments(String comments) voidsetFailedKillQuestion(Boolean failedKillQuestion) voidsetMarkedNA(Boolean markedNA) voidsetMultipleSelectQuestionOptionScores(List<EvaluationQuestionScore> multipleSelectQuestionOptionScores) voidsetQuestionId(String questionId) voidvoidsetSystemMarkedNA(Boolean systemMarkedNA) systemMarkedNA(Boolean systemMarkedNA) If markedNA is true, systemMarkedNA indicates whether it was marked by a user or by the system due to visibility conditions.toString()
-
Constructor Details
-
EvaluationQuestionScore
public EvaluationQuestionScore() -
EvaluationQuestionScore
-
-
Method Details
-
questionId
-
getQuestionId
-
setQuestionId
-
answerId
-
getAnswerId
-
setAnswerId
-
score
Unweighted score of the question -
getScore
-
setScore
-
markedNA
True when the evaluation is submitted with a question that does not have an answer. Only allowed when naEnabled is true or if set by the system -
getMarkedNA
-
setMarkedNA
-
systemMarkedNA
If markedNA is true, systemMarkedNA indicates whether it was marked by a user or by the system due to visibility conditions. Always false if markedNA is false. -
getSystemMarkedNA
-
setSystemMarkedNA
-
assistedAnswerId
AnswerId found with evaluation assistance conditions -
getAssistedAnswerId
-
setAssistedAnswerId
-
failedKillQuestion
Applicable only on fatal questions. Indicates that the answer selected was not the highest score available for the question -
getFailedKillQuestion
-
setFailedKillQuestion
-
comments
Comments from the evaluator specific to this question -
getComments
-
setComments
-
getAiAnswer
-
multipleSelectQuestionOptionScores
public EvaluationQuestionScore multipleSelectQuestionOptionScores(List<EvaluationQuestionScore> multipleSelectQuestionOptionScores) Only applicable to Multiple Select questions. Scores corresponding to the options of Multiple Select questions. -
getMultipleSelectQuestionOptionScores
-
setMultipleSelectQuestionOptionScores
public void setMultipleSelectQuestionOptionScores(List<EvaluationQuestionScore> multipleSelectQuestionOptionScores) -
equals
-
hashCode
public int hashCode() -
toString
-