Catch Google Assistant's responses in Android App

180 Views Asked by At

How can I catch a response by Google Assistant in Android application? For example, I said "Ok Google", "London weather today" then I want to catch and process this answer in android app.

Maybe... Something like Broadcast Receiver.

1

There are 1 best solutions below

0
On

There is no API available for Android developers to capture the audio or direct transcription of what a user said. For a way to interact for the Google Assistant to interact with your app, you should look into App Actions although it may not fit your exact use case.