Likes - Activity - brunohjs - Rasa Community Forum
Rasa-model-report: an open source project for Rasa
This solution is amazing, I will add it to my rasa chatbots, congratulations!
Parabéns Bruno! Vou experimentar! Valeu!
Hey everyone, After 4 amazing years spent at Rasa, I have to share that I will be leaving the Rasa team. It’s a decision that was incredibly difficult to make but I feel like it’s a change that is necessary for my personal and career growth. In the future, you will see me working on a new project i…
There’s a known issue with button_type introduced with 2.0. Should have a fix for this soon.
Here’s an example. The button type value can be inline, vertical or reply.
utter_buttons_inline:
- buttons:
- payload: /affirm
title: Yes
- payload: /deny
title: No
text: These are inline buttons
button_type: inline
worked for me thank you so much ![Screenshot (286)]
Hi @HemantAHK, could you double check that you’ve filled out the form we sent you after you finished the course? Check your messages in Udemy - you should find it there For anyone else who comes across this thread, if you’ve filled out the form to request a certificate from Rasa (the form we send ...
Hi @huseyinyilmaz01. Names are tricky to extract since there is now general pattern, but there are some techniques you can use to get the best possible result. Here are my thoughts on it:
A little comment on your training data - I can see that some examples like “what is the homework for Adam” do...
Add an unfeaturized slot and use the event SlotSet in the first action to save the value. In the second action you can retrieve the value like you do with any other slot.