FAQ/Conversational hybrid bot

Hi @jjuzl ,

I’m determined to get to the bottom of how retrieval intents work :sunglasses: ! My best guess now is that i’m missing custom actions.

Right now i’m trying to reproduce a minimal version of Chitchat and FAQs So I added some FAQ/chitchat (it’s for the dutch language).

  1. When running rasa data validate I get errors:
  2. When running rasa train I get errors for every single sub intent of faq and chitchat:

My best guess now is I need to add custom actions called utter_faq and utter_chitchat that map to the subintents. I’ve seen some custom actions on the example chatbot you linked. But I can’t figure it out in my example, how I would make this?

for reference these are my files
domain.yml
config.yml
rules.yml
stories.yml
nlu.yml