Package com.mypurecloud.sdk.v2.model
Class EvaluationScoringSet
java.lang.Object
com.mypurecloud.sdk.v2.model.EvaluationScoringSet
- All Implemented Interfaces:
Serializable
EvaluationScoringSet
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentComments(String agentComments) Comments from the agent while reviewing evaluation resultsanyFailedKillQuestions(Boolean anyFailedKillQuestions) Indicates that at least one fatal question was answered without having the highest score available for the questionOverall comments from the evaluatorbooleaninthashCode()maxTotalRawCriticalScore(Float maxTotalRawCriticalScore) Maximum total raw score for the critical questions.maxTotalRawScore(Float maxTotalRawScore) Maximum total raw score for all questions.privateComments(String privateComments) Overall private comments from the evaluatorquestionGroupScores(List<EvaluationQuestionGroupScore> questionGroupScores) voidsetAgentComments(String agentComments) voidsetAnyFailedKillQuestions(Boolean anyFailedKillQuestions) voidsetComments(String comments) voidsetMaxTotalRawCriticalScore(Float maxTotalRawCriticalScore) voidsetMaxTotalRawScore(Float maxTotalRawScore) voidsetPrivateComments(String privateComments) voidsetQuestionGroupScores(List<EvaluationQuestionGroupScore> questionGroupScores) voidsetTotalCriticalScore(Float totalCriticalScore) voidsetTotalNonCriticalScore(Float totalNonCriticalScore) voidsetTotalScore(Float totalScore) voidsetTranscriptTopics(List<TranscriptTopic> transcriptTopics) toString()totalCriticalScore(Float totalCriticalScore) Score of only the critical questionstotalNonCriticalScore(Float totalNonCriticalScore) Score of only the non-critical questionstotalScore(Float totalScore) Score of all questionstranscriptTopics(List<TranscriptTopic> transcriptTopics) List of topics found within the conversation's transcripts
-
Constructor Details
-
EvaluationScoringSet
public EvaluationScoringSet() -
EvaluationScoringSet
-
-
Method Details
-
totalScore
Score of all questions -
getTotalScore
-
setTotalScore
-
totalCriticalScore
Score of only the critical questions -
getTotalCriticalScore
-
setTotalCriticalScore
-
maxTotalRawCriticalScore
Maximum total raw score for the critical questions. Raw score is the actual point values before applying weights or percentages. -
getMaxTotalRawCriticalScore
-
setMaxTotalRawCriticalScore
-
maxTotalRawScore
Maximum total raw score for all questions. Raw score is the actual point values before applying weights or percentages. -
getMaxTotalRawScore
-
setMaxTotalRawScore
-
totalNonCriticalScore
Score of only the non-critical questions -
getTotalNonCriticalScore
-
setTotalNonCriticalScore
-
questionGroupScores
public EvaluationScoringSet questionGroupScores(List<EvaluationQuestionGroupScore> questionGroupScores) -
getQuestionGroupScores
-
setQuestionGroupScores
-
anyFailedKillQuestions
Indicates that at least one fatal question was answered without having the highest score available for the question -
getAnyFailedKillQuestions
-
setAnyFailedKillQuestions
-
comments
Overall comments from the evaluator -
getComments
-
setComments
-
privateComments
Overall private comments from the evaluator -
getPrivateComments
-
setPrivateComments
-
agentComments
Comments from the agent while reviewing evaluation results -
getAgentComments
-
setAgentComments
-
transcriptTopics
List of topics found within the conversation's transcripts -
getTranscriptTopics
-
setTranscriptTopics
-
equals
-
hashCode
public int hashCode() -
toString
-