0

I am developing a android app where I want to call API using the Google Assistant. Like if user tells the google assistant "Hey google,ask my 'app name' whats my highest score for today?",i want to call one API from where I get highest score of the user and on API response send it to google assistant.

I have tried to do this using DialogFlow by calling static API where user id or authentication is not required.....But now what I want to do is,Call API from action where I will pass my application logged in userID to get user data

himangi
  • 788
  • 4
  • 9
  • Google Assistant Actions "Ok Google, talk to xyz about abc" are normally considered cloud based functions/API/service and usually don't involve an Android app unless you are doing [Account Linking](https://developers.google.com/actions/identity/) for multi-platform, but your question is unclear if that is what you are looking for. – Morrison Chang Jul 09 '19 at 05:27
  • I want to implement deep linking in android app though google assistant command like shown in https://developers.google.com/actions/app/ – himangi Jul 09 '19 at 05:36
  • So is there no any call back for google assistance which you come to know that this has been done? – Piyush Jul 09 '19 at 05:56
  • The Android-based actions only support a subset of capabilities as described in the documentation. – Nick Felker Jul 09 '19 at 13:47

0 Answers0