what i did was added
- rule policy in config.yml
- Defined retrieval intents in COnfig.yml under Response selector part
- Made changes to nlu file
- defined intent in domain file
one more issue my retrieval intent name is ‘faq’ so i defined various utters according to it’s retrieval intents
so while using
rasa train
i get this
UserWarning: Action ‘utter_faq’ is listed as a response action in the domain file, but there is no matching response defined. Please check your domain.