Prompt Text

For text prompt validation will return true if there is text in the user input

Example

 get_text:
   type: prompt
   prompt_type: text
   messages:
     - 'Whats your name?'
   on_complete:
     go_to: get_file 

Properties

Last updated