emitAskQuestion

fun emitAskQuestion(message: String, choices: List<String>)(source)

Emits the "ask-question" signal. See onAskQuestion.

Parameters

message

string containing a message to display to the user.

choices

an array of strings for each possible choice.