Hi all,
I understand that when user input starts with “/”, rasa interprets the rest of the string as an intent. For example, if I sent to the bot “/debug”, it will search for the “debug” intent.
Is there a way to specify additional parameters? For example to send something like “/debug_time a quarter to ten” and get a response?
I am writing a time parser, and I am looking for a simple way to debug it
Regards, George