actions-on-google / actions-on-google-nodejs

Node.js client library for Actions on Google
https://actions-on-google.github.io/actions-on-google-nodejs
Apache License 2.0
900 stars 197 forks source link

Routines API? #369

Open TheCloutEngineer opened 4 years ago

TheCloutEngineer commented 4 years ago

Hello,

I'm trying to build an app that reminds users to take their medication at a specific time or Routine. Is there a way to create a routine from my custom app without the user leaving the app and creating the routine outside of it?

taycaldwell commented 4 years ago

Hi @Ksaboor,

Are you referring to a mobile app (iOS/Android), a web app, or a conversational Action for the Google Assistant?

Actions on Google currently supports adding your conversational Action to a Google Assistant Routine using Routine suggestions. (See here for more detail.)

TheCloutEngineer commented 4 years ago

Hello @taycaldwell, My apologies I meant a custom google home assistant app.