Question

class Question

A question, provides the option for a user to branch a story based on input.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Get the available answerListener.

Link copied to clipboard

Get the line.

Functions

Link copied to clipboard
infix fun line(line: String)

Specify the line.

Link copied to clipboard
infix fun option(answer: Answer)

Add an answer.

Link copied to clipboard
infix fun options(options: List<Answer>)

Add the specified list of answers.