CarFeedbackPoll
data class CarFeedbackPoll(val title: String, val options: List<CarFeedbackOption>)
Content copied to clipboard
Represents a step in a feedback flow, where users select one of the predefined categories
Represents a step in a feedback flow, where users select one of the predefined categories