I want to make a small AI speaker.
It looks like Google Home, Apple Homepod.
I installed the Google Assist SDK on my Ubuntu 16.04. I can register an action through gactions.
$ pushtotalk.py --device-model-id ~ I can use the Google assistant like this.
But the dialogue flow is only on the simulator in the actions on google web page. Can I use it like pushtotalk.py and can I use intents in the dialogue flow?