简体   繁体   中英

How to use google assistant for enterprises android application without upload the playstore and how to use google assistant api for this?

I am implementing an enterprise android application and they are providing their app through their Website, not from Google Play Console. Is this possible to use google assistant API for my enterprise android application?. I found google assistant API are used for embedded things. I want how to use for android application. How is Google Actions and dialog flow (AI) API working for my requirement?

Please help me with this

The Google Assistant SDK docs state:

You can't launch commercial devices that integrate with the Google Assistant SDK. It's available for experimental and non-commercial uses only.

The terms of service go into more detail on usage of the API.

But the Google Assistant SDK is different from using Dialogflow. If you want to integrate your Dialogflow agent in your app, not the Google Assistant, you can start by visiting the Dialogflow API guide to see how to send data to the API to detect intents and obtain responses from your agent.

If your question is related to App Actions specifically. This feature is not currently available. Please stay tuned for any future changes in this respect.

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