HmsPollAnswer

fun HmsPollAnswer(questionId: Int, questionType: HMSPollQuestionType, skipped: Boolean = false, selectedOption: Int = 0, selectedOptions: List<Int>? = null, answerText: String = "", update: Boolean = false, durationMillis: Long? = null)