ScopingQuestionResponse

data class ScopingQuestionResponse(val inputType: String, val optionIds: List<String>, val questionId: String, val rules: List<String>, val showSubQuestionsValue: String, val superiorQuestionId: String)

The definition of a scoping question.

Constructors

Link copied to clipboard
constructor(inputType: String, optionIds: List<String>, questionId: String, rules: List<String>, showSubQuestionsValue: String, superiorQuestionId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Input type of the question answer.

Link copied to clipboard

Option id list.

Link copied to clipboard

Question id.

Link copied to clipboard

The rule of the question.

Link copied to clipboard

The answer value to show the sub questions.

Link copied to clipboard

Superior question id.