Prompt File

Prompt File is very useful when you need the user to send you any type of file.

In this prompt, you can restrict the types of files the user can send by using the accepted_files_types operator.

Example

 get_file:
   type: prompt
   prompt_type: file
   accepted_files_types:
     - document
   messages:
     - 'now you can send me your file!'
   on_complete:
     go_to: get_loc 

Properties

Last updated