JulioBarros
(Julio Barros)
September 12, 2018, 11:49pm
1
Is there a simple yet complete example of a project specifying an entity and slot that I could review? For example, something where the user states their name and the bot says greets them.
intent:inform_name
and
templates
utter_greeting:
The documentation’s hint at it but I’ve been unable to get a complete simple example to work.
Thanks in advance.
Julio
JulioBarros
(Julio Barros)
September 13, 2018, 4:27pm
3
Well … the restaurant bot doesn’t totally work for me. I answer the form questions and then it says:
“This is what I currently have: None (price: None, cuisine: chinese) for None people.”
So it is not picking up price or number of people …
Plus the docs for it ‘https://rasa.com/docs/core/tutorial_supervised.html ’ are missing.
akelad
(Akela Drissner)
September 14, 2018, 3:57pm
4
could it be that you’re not running the nlu model when starting the bot? In any case, the code of the restaurant are an example of how to do what you’ve asked for
JulioBarros
(Julio Barros)
September 18, 2018, 10:36pm
5
I do a ‘make run’ which depends on run-actions and run-core … but it does not work for me. I go through the conversation and it says:
“This is what I currently have: north (price: None, cuisine: indian) for None people.”
Julio
akelad
(Akela Drissner)
September 19, 2018, 4:23pm
6
i guess the entities might just not be getting picked up, that happens sometimes because it’s just a test bot
tym4args
(arghyadeep sarkar)
November 27, 2019, 12:07pm
7
i need to ask the user his name and email but not getting a proper example of it