Reputation: 49
Is there a way to add some background service that allows a user to trigger my app on specific keyword? Just like 'ok google' but 'ok app'?
If not, can I add some service to my app that will always listen and trigger actions based on voice commands?
I'm working on alarm clock with voice control.
Upvotes: 2
Views: 1478
Reputation: 11476
Yes you can! The Google Assistant SDK offers hotword functionality that allows you to register custom triggers!
Check out Actions for Google.
Upvotes: 1