Class EvaluationQuestionScore

java.lang.Object
com.mypurecloud.sdk.v2.model.EvaluationQuestionScore
All Implemented Interfaces:
Serializable

public class EvaluationQuestionScore extends Object implements Serializable
EvaluationQuestionScore
See Also:
  • Constructor Details

    • EvaluationQuestionScore

      public EvaluationQuestionScore()
    • EvaluationQuestionScore

      public EvaluationQuestionScore(Boolean initWithEmptyList)
  • Method Details

    • questionId

      public EvaluationQuestionScore questionId(String questionId)
    • getQuestionId

      public String getQuestionId()
    • setQuestionId

      public void setQuestionId(String questionId)
    • answerId

      public EvaluationQuestionScore answerId(String answerId)
    • getAnswerId

      public String getAnswerId()
    • setAnswerId

      public void setAnswerId(String answerId)
    • score

      public EvaluationQuestionScore score(Integer score)
      Unweighted score of the question
    • getScore

      public Integer getScore()
    • setScore

      public void setScore(Integer score)
    • markedNA

      public EvaluationQuestionScore markedNA(Boolean 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

      public Boolean getMarkedNA()
    • setMarkedNA

      public void setMarkedNA(Boolean markedNA)
    • systemMarkedNA

      public EvaluationQuestionScore systemMarkedNA(Boolean 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

      public Boolean getSystemMarkedNA()
    • setSystemMarkedNA

      public void setSystemMarkedNA(Boolean systemMarkedNA)
    • assistedAnswerId

      public EvaluationQuestionScore assistedAnswerId(String assistedAnswerId)
      AnswerId found with evaluation assistance conditions
    • getAssistedAnswerId

      public String getAssistedAnswerId()
    • setAssistedAnswerId

      public void setAssistedAnswerId(String assistedAnswerId)
    • failedKillQuestion

      public EvaluationQuestionScore failedKillQuestion(Boolean failedKillQuestion)
      Applicable only on fatal questions. Indicates that the answer selected was not the highest score available for the question
    • getFailedKillQuestion

      public Boolean getFailedKillQuestion()
    • setFailedKillQuestion

      public void setFailedKillQuestion(Boolean failedKillQuestion)
    • comments

      public EvaluationQuestionScore comments(String comments)
      Comments from the evaluator specific to this question
    • getComments

      public String getComments()
    • setComments

      public void setComments(String comments)
    • getAiAnswer

      public AiAnswer getAiAnswer()
    • multipleSelectQuestionOptionScores

      public EvaluationQuestionScore multipleSelectQuestionOptionScores(List<EvaluationQuestionScore> multipleSelectQuestionOptionScores)
      Only applicable to Multiple Select questions. Scores corresponding to the options of Multiple Select questions.
    • getMultipleSelectQuestionOptionScores

      public List<EvaluationQuestionScore> getMultipleSelectQuestionOptionScores()
    • setMultipleSelectQuestionOptionScores

      public void setMultipleSelectQuestionOptionScores(List<EvaluationQuestionScore> multipleSelectQuestionOptionScores)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object