Prompt

A user-defined prompt

Constructors

this
this(string query, bool isMultiValue, bool allowEmpty)

Constructs a new prompt with the given query

Members

Functions

fill
void fill(string value)

Fill this prompt's query with a corresponding answer

getQuery
string getQuery()

Gets the prompt query

getValue
bool getValue(string answer)

Retrieves this prompt's answer

getValues
bool getValues(string[] answers)

Retrieves this prompt's multiple anwers

Meta