简体   繁体   中英

Can Google Assistant SDK be integrated with my own app?

I was wondering if it was possible to integrate the Google Assistant SDK into my own Android app?

I would like to use voice transcript from the user in order to perform certain actions in the app.

Google Assistant:

According to the Google Assistant SDK guide page:

The Google Assistant gRPC API gives you full control over the integration with the Assistant by providing a streaming endpoint. Stream a user audio query to this endpoint to receive a Google Assistant audio response.

That guide page will help you integrate and use google assistant in your app - your users say something and receive an audio response from Google Assistant.


Api.ai:

And if you want actions , you will need to use api.ai - which allows you to build apps for the Google Assistant.

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