Thank you for the awesome tutorials. I have a question tho. The interruption is assumed the user will trigger the bot challenge intent. What if the user interrupts the form with a different intent other than what is specified under the rule. How do you handle that.
Form values are not getting persisted after form execution rejection because of nlu fallback intent, how can I solve this? Any help would be highly appreciated
13:50 could you please explain to me or provide some documentation on the presence of field requested_slot under conditions part of the slots? Without it set my form is not working. I would really appreciate understanding this part...
I have a question that where are the validate_fancy_pizza_form and validate_simple_pizza_form are being called ? Rules and Stories have not included them. Are they being called in action.py's other funcitons ?
Thank you for the video! I have a question that is not directly related to the content of the video: is there any hint on best practice to fill in a form with many slots (also, which has >2 levels of hierarchy)? Maybe there is a way to easily "edit" the slots after all of them were filled in?
(Vincent here) At the time of writing this comment, it is not. I can confirm that folks are working on it. In general you can use the compatibility chart found here: rasa.com/docs/rasa-x/changelog/compatibility-matrix/
Unfortunately not the whole Tutorial can be done due to the issue that Rasa x is not compatible with 3.0 and its as well not implemented in the repo...
@@lorenzopieri6716 That's an artifact from using the original forms course to quickly build the new one. You're free to make a PR or an issue and I'll gladly have a look.
Thank you for the awesome tutorials. I have a question tho. The interruption is assumed the user will trigger the bot challenge intent. What if the user interrupts the form with a different intent other than what is specified under the rule. How do you handle that.
Form values are not getting persisted after form execution rejection because of nlu fallback intent, how can I solve this?
Any help would be highly appreciated
13:50 could you please explain to me or provide some documentation on the presence of field requested_slot under conditions part of the slots?
Without it set my form is not working. I would really appreciate understanding this part...
can we skip the next slot in form and continue to other slots in the form based of current slot values
I have a question that where are the validate_fancy_pizza_form and validate_simple_pizza_form are being called ? Rules and Stories have not included them. Are they being called in action.py's other funcitons ?
Thank you for the video!
I have a question that is not directly related to the content of the video: is there any hint on best practice to fill in a form with many slots (also, which has >2 levels of hierarchy)? Maybe there is a way to easily "edit" the slots after all of them were filled in?
(Vincent here)
Could you elaborate by starting a ticket on our forum? forum.rasa.com
Feel free to poke me @koaning there.
How can I take secret headers from frontend? Is it recommended to store in slots or via custom connectors as metadata?
You mentioned about Rasa X at the end of video. Is Rasa X compatible with Rasa 3.0?
(Vincent here)
At the time of writing this comment, it is not. I can confirm that folks are working on it. In general you can use the compatibility chart found here:
rasa.com/docs/rasa-x/changelog/compatibility-matrix/
Unfortunately not the whole Tutorial can be done due to the issue that Rasa x is not compatible with 3.0 and its as well not implemented in the repo...
Why action_deactivate_loop not working?
Is it possible to disable the text input when we have the buttons in our bot utter?
(Vincent here)
Not to my knowledge. Unless you have a custom UI element where you can turn this off.
if i run this code show error on rasa train
error : Project validation completed with errors.
I found the issue domain.yml file line 40: - active_loop: pizza_form to - active_loop: simple_pizza_form
The github repository is a 404
same for me I couldn't find the repo
(Vincent here)
d0h! my bad! That repo as internal but should've been made public. Should be fixed now!
@@RasaHQ hey Vincent! I've noticed that in the repo the version is always set to "2.0" although we are talkng about 3.0, how is that?
@@lorenzopieri6716 That's an artifact from using the original forms course to quickly build the new one. You're free to make a PR or an issue and I'll gladly have a look.
Hi, Lorenzo. Do you find the code of this video? Can you share the link? Thank you.