python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Pipenv Install Rasa incorrect version
When installing rasa using pipenv with:
pipenv install --pre rasa
Everything is installed, with some erroneous dependencies being created, but fixed with pipenv lock --pre --clear
However, when tryin...

Mig Bach
Votes: 0
Answers: 1
How to use 'categorical slot' in form in rasa 3.x?
I was trying to use 'categorical slot' in form in rasa 3.x but its not working as per the rasa 2.x 'categorical slot' . How to use 'categorical slot' in 'rasa 3.x' in correct way?
I was using 'categor...
Mayur Pardeshi
Votes: 0
Answers: 0
How to use same intent several times
I want to have mood_great intent, several times in my conversations. For example at the beginning, when I ask the user how are they today, and later, when I ask them if they want to continue the conve...

Luka Savic
Votes: 0
Answers: 0
What is the use of LoopAction which is use as object in FormAction class in rasa 3.x?
I have been figuring out the proper explanation of LoopAction object in Rasa 3.x. I have read the official document of rasa 3.x. But I am not getting satisfied information from it.
Do anyone can help ...
Mayur Pardeshi
Votes: 0
Answers: 0