Uses of Class
com.mypurecloud.sdk.v2.model.SurveyQuestion
Packages that use SurveyQuestion
-
Uses of SurveyQuestion in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SurveyQuestionModifier and TypeMethodDescriptionSurveyQuestion.answerOptions(List<AnswerOption> answerOptions) Options from which to choose an answer for this question.SurveyQuestion.explanationPrompt(String explanationPrompt) Prompt for details explaining the chosen NPS score.SurveyQuestion.maxResponseCharacters(Integer maxResponseCharacters) How many characters are allowed in the text response to this question.SurveyQuestion.type(SurveyQuestion.TypeEnum type) SurveyQuestion.visibilityCondition(VisibilityCondition visibilityCondition) Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type SurveyQuestionMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type SurveyQuestionModifier and TypeMethodDescriptionSurveyQuestionGroup.questions(List<SurveyQuestion> questions) voidSurveyQuestionGroup.setQuestions(List<SurveyQuestion> questions)