Redressing Rasa interpreters for Other NLUs

Hey @Kev! In order to use only rasa core, you will need to implement a subclass of Interpreter. This Interpreter subclass should have a parse method that takes the user message as input and outputs the intent and entities.

If you are referring to using rasa core with Google Dialogflow, check out this. Otherwise, if you are talking about Google Assistant, check out this tutorial here