HmsPollQuestionCreation
data class HmsPollQuestionCreation(val questionID: Int, val type: HMSPollQuestionType, val text: String, val canSkip: Boolean = false, val canChangeResponse: Boolean = true, val duration: Long = 0, val weight: Int = 1, val answerShortMinLength: Long? = 1, val answerLongMinLength: Long? = 1, val negative: Boolean = false)