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!
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.
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
Google Assistant will open its SDK to developers this December.
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
Conversational Components for Google Assistant
DialogFlow (previously Api.ai) v2 Samples
This is a newbie question regarding app engine for Android. Is there any user management API for Android apps in the app engine?
What I'm looking for is something similar to what a mbaas provider like Kinvey provides. Something that I could use to do sing-ins, authentication, and possibly social integration (like FB).
You can use Google+ Signin which integrates really easy with both Android and App Engine and supports most gmail accounts.
I'm creating an external app for a company and would like to use the Google Input functionality for Android users. Is this possible?
If I understand your question you could use endpoints to interface from android to backend appengine
https://developers.google.com/appengine/docs/python/endpoints/
There is a restriction in Google Adsense posted here that says:
The use of AdSense for mobile in a mobile application is a violation
of AdSense policies. A mobile application constitutes any downloadable
application, even if a WebView is used to display the ad. Any AdSense
for mobile ad units found in mobile applications will be disabled. If
you’re looking for an advertising solution for your mobile
application, please sign up for AdMob, Google’s leading mobile
advertising display product.
So if I read this correctly Windows Store Apps that run on laptops are considered mobile apps aswell?
But my main question is. Am I allowed by Google to use Admob in Windows Store apps and Where can I find the SDK?
I tried using Microsoft PubCenter. But it shows no advertisements to people that downloaded my app so I am looking for an alternative to monetize my app
I would like my appengine application to be a OAuth2.0 Service provider for the non gae applications. I use Google appengine java in my application. I have been searching for long time but I am not getting enough documentation.
What type of consumer applications would you like to support? Would these be mobile applications (Android, iOS) or other web apps? And are these other apps also developed by you / your organization or by other parties?