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