Import Questions

To define an import question, use the following syntax:

#question identifier "Prompt" "Default Value"

To assign the question to something, mention the identifier. However, this can only be done once in an argument for an action, not as an inline variable or variable value.

Example

#question name "Enter Your Name" "Siri"

alert(name, "Hello")