HMSPollQuestion
fun HMSPollQuestion(questionID: Int, type: HMSPollQuestionType, text: String, canSkip: Boolean = false, canChangeResponse: Boolean = true, duration: Long = 0, weight: Int = 0, answerShortMinLength: Long? = 1, answerLongMinLength: Long? = null, options: List<HMSPollQuestionOption>? = null, correctAnswer: HMSPollQuestionAnswer? = null, negative: Boolean = false, myResponses: MutableList<HmsPollAnswer> = mutableListOf())