Recently, I was working with a Facebook bot (as a hobby, actually) and thought what if I could add Google Assistant in that bot!
I was using Python. I went through Google’s offical documentation. It was alright. But I was creating a project in console.actions.google.com and then using credentials for another project in console.developers.google.com.
After a lot headache, I found a video on YouTube. It was the same thing. I tried watching second time, and then realized my problem. The problem was between 2:59 to 3:03 according to that video.
Here is the video:
The video here describes how to use Google Assistant with voice. In my bot system, I’ve added text input and output system. You can have some ideas here. Also, I’ve used this file for text input and output.