0

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.

chek534
  • 11
  • 1

1 Answers1

0

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.

Nick Felker
  • 11,536
  • 1
  • 21
  • 35