This repository contains the code of the tutorial of connecting Rasa-powered assistant to Google Assistant. You can find the step-by-step tutorial here.
This repository consists of the following files and directories:
- place_finder - a directory which contains a pre-built Rasa assistant called Place Finder. This assistant is used in this tutorial to demonstrate the integration to Google Assistant.
- action.json - a custom Google Assistant action configuration file.
- ga_connector.py - a custom Rasa-Google Assistant connector. If you follow the tutorial using your own assistant, add this connector to your project directory.
The best way to use this repository is to follow a step-by-step tutorial on how to integrate the Rasa assistant to Google Assistant. If you choose to use a Place Finder assistant to follow the tutorial, make sure to install Rasa by using the command below:
pip3 install rasa
If you have any questions about this tutorial or this repository, feel free to share them on Rasa Community Forum.