All - Activity - mitrovg - Rasa Community Forum
Get user input in custom action or skip NLU classification
Thank you for your answer and for your time. I am pretty sure this will do exactly what I wanted, but I will try it and accept your answer after it.
Can I make a line break in responses.md?
Hey @fmelossi
Why do you need responses.md file? The bot responses should be defined in domain.yml file.
I think this link that explains Domains will help you. I may be understanding you wrong what is it that you are asking, so if you could explain it in more details and provide some examples.
Get user input in custom action or skip NLU classification
Hi, @ActuallyAcey
Thank you for your answer. I thought about Form Action as well. I have implemented one basic FormAction just to get myself familiar with it, but I am still not familiar with them in-depth.
The part where I am having trouble is the slot_mappings. Let’s say that my form action is a…
Can I make a line break in responses.md?
Hello @fmelossi
I had the same problem with the line breaks when I started writing my responses. Now I am using quotes for the response, e.g. "my response" and I put \n\n to break the line, e.g. "my response \n\n text in new line. This solved my problem.
So, it would be like:
utter_example_respon…
Changes in actions.py not reflecting after rasa train
Hello @_sanjay_r
I am not sure if you did this, but you should restart actions server after you make changes in the actions.py file. And if you change something only in that file, you wouldn’t even need to retrain the model.
Get user input in custom action or skip NLU classification
Hello everyone,
I am currently developing a bot, and I have a question about how to implement one functionality.
So far, basically, the bot is working alright answering general questions from a specific domain. Now, I want to add one functionality where the user asks the bot to do some kind of sea…
How to write training stories with multiple values for one entity
Hello,
I am new to the Rasa platform and I have a question about how to write the stories for training where one entity can have two or more different values extracted from the NLU part. I will ask my question through example.
I have an intent ask_product_info with the following training data:
#…