Alert Dialog Response
data class AlertDialogResponse(val id: String, val label: String, val appearance: ResponseAppearance = ResponseAppearance.DEFAULT, val isEnabled: Boolean = true)
Represents a response option (button) in an AlertDialog.