Resetting a flow will drop any conversational context and parameters.
Everything
Reset all flows, parameters, and context. Basically, clear the memory or your bot.
Unexpected behaviour: Resetting all context at the wrong place will prevent the AI engine to find matches. Make sure to use it wisely
All parameters
Only reset the parameters of your bot. All the collected values will be reset. The context, however, will be remembered as the conversation flow.
Specific parameters
This will reset only specific parameters within your flow. Use this for example when you want to replace parameters with new values.