-2

I've an application for Android and iOS that can be used to create grocery lists. I want to integrate the Google Assistant service with my application. I've already integrated Alexa, creating a Skill and subscribing to the events of the lists.

I would also like to integrate Google Assistant, but I can't find information about triggering events in google lists to later manage those products in my application.

I hope someone can help me.

Thanks and regards

Ruben
  • 1
  • 2

1 Answers1

1

Check out the Productivity Built-in Intents - these will allow you use the Assistant to create, get, and update list items.

ToniCorinne
  • 503
  • 3
  • 12
  • Thanks, I was looking for this! Seems like this is in early access and requires special approval from Google - any idea on how to speed up that process? – robertherber Oct 11 '21 at 16:34
  • You should be able to sign-up through the [early access program](https://assistant.google.com/business/form/). – ToniCorinne Oct 27 '21 at 18:31