0

I am trying to integrate my java app to google home.

Agenda : Taking the input from the google home as request and sending it to my application as a request parameter and giving back the response to the Google home. This is my agenda.

I am new to google home so if anyone knows how to do this please help me.

Thanks.

Srikanth Bonagiri
  • 313
  • 1
  • 4
  • 6

1 Answers1

0

You want to look into the Actions on Google platform.

Actions run in the cloud, not on a device. Your Assistant device (such as a Google Home) acts like a browser.

There is a Java/Kotlin library available.

Prisoner
  • 49,922
  • 7
  • 53
  • 105