Kit > healthstack.kit.task.survey.question.model > TextInputQuestionModel > TextInputQuestionModel

TextInputQuestionModel

[androidJvm]
fun TextInputQuestionModel(id: String, query: String, explanation: String? = null, drawableId: Int? = null, skipLogics: List<SkipLogic> = emptyList(), answer: String? = null, maxCharacter: Int = 500)