I am trying to program an assistant like Siri Alexa etc. I want to activate the app while I say "ok Toby" or something like that. I am using Java Android. How do I do this?
Asked
Active
Viewed 244 times
1 Answers
0
Check their Developers website and figure out how to create custom commands for your android application. And since its android Google provides a pretty good information about its assistant and custom calls. You might want to check this:

Tirth Mehta
- 329
- 2
- 9
-
that's not what I meant, I have already codded the app, I just want to know how to activate it using a voice command, using the app itself. such as a voice-activated intent – Moshe Jun 06 '20 at 20:15
-
It answers your need and if you had checked the link you'll find a section named "App Actions": https://developers.google.com/assistant/app/overview – Tirth Mehta Jun 06 '20 at 20:19
-
oh i'm so sorry, didn't notice that. thank you so much! – Moshe Jun 06 '20 at 20:20
-
just remember, accept the answer if is right for you. – Acauã Pitta Jun 07 '20 at 04:46
-
Glad I could help! (: – Tirth Mehta Jun 08 '20 at 03:26