0

From my Google Actions voice app, can I redirect the user to a different voice app?

I have multiple Google Actions projects and would like to create one that shows an overview of the others and can redirect the user, on request. However, I cannot find a way to launch an external intent from my Google Actions code.

Frank
  • 12,010
  • 8
  • 61
  • 78

1 Answers1

2

No, the platform does not provide a way for an action to automatically redirect the user to another action. The best you could do is exit the conversation with a hint ie., "To use this action say, 'Hey Google, talk to action name'".

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