简体   繁体   中英

How can i use Google Assistant SDK + Dialogflow by CLI(Command Line Interface)?

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?

The Google Assistant SDK is just like using the Google Assistant. If you want, you can invoke and communicate with Dialogflow apps just like on a phone.

pushtotalk.py ... "Talk to my app"

pushtotalk.py ... "Hello"

That will go on as you want. You can also access 3P actions like Number Genie.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM