0
votes

Is there some google assistant api guide or tutorial? I cannot find anything related by these keywords. There seems have some Android app integration guide, but I want to integrate with my cloud service, not android app.

I find IFTTT have connected Google Assistant to several services, so I want to add some intents to my custom service.

I have built an Alexa app by using Alexa Skill Kit to handle my customize intent, and want to find something similar in Google Assistant developer playground, but I have no clue.

Thanks!

4

4 Answers

1
votes

Google Assistant API was officially launched by Google for Windows, Mac, and Linux by which you can Get Google Assistant on Windows, Mac, and Linux.

1
votes

If you wish to create voice applications for Google Assistant which are called as Google actions you will have to rely on the developers guide posted here

There is also an introductory course on udemy for the same. I personally have used dialogFlow and for the backend and I used firebase and have hosted a few apps into the store

0
votes

Google Assistant will open its SDK to developers this December.

0
votes

There's been a quite a lot of development on supporting the developer ecosystem, including the release of the Google Assistant SDK, app templates, and the ability to host and edit your integration via Firebase Functions.

For some code samples see