Noul Question
data class NoulQuestion(val instructions: JsonElement, val whenTrue: JsonElement? = null, val whenFalse: JsonElement? = null) : Question(source)
A yes/no question; whenTrue and whenFalse optionally define what yes and no mean.
Constructors
Link copied to clipboard
constructor(instructions: JsonElement, whenTrue: JsonElement? = null, whenFalse: JsonElement? = null)