In this prompt, you can restrict the types of files the user can send by using the accepted_files_types
operator.
get_file:type: promptprompt_type: fileaccepted_files_types:- documentmessages:- 'now you can send me your file!'on_complete:go_to: get_loc
Field | Type | Description | Example |
accepted_files_types[] | string | If enabled, user response will be valid only if the provided file type is specified on the list. | |
messages[] | object (MessageNodeItem) | | |
on_complete | object (RoutingNode) | | |
on_start | object | Used to invoke a function before the message is sent to the destination. | |
identifer | string | | |
prompt_type | string | | |
retries | number (int) | Number of total retries. Upon invalid response, users will be prompted again with the same prompt until a valid input is provided - or number of retries exceeded. If users exceed maximum number of retries, the fallback node will be triggered. If set to 0, there is no retries limit. | |
on_retry | object | when input fail, do X | |