NoulQuestion

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)

Properties

Link copied to clipboard
open override val instructions: JsonElement
Link copied to clipboard
Link copied to clipboard