Hello,
I am developing a web apllication in angular 6 and asp.net mvc 5.
I have done voice recognition using WekitSpeechRecognition. It is working fine.
But now, I want to create my own/ custom voice commands to do some specific tasks.
Means ,
If I say "Open Home" then it should open/ goto home page.
If I say "Open Billing" , then billing page should get opened.
If I say "Save Billing" , then billing data should get saved.
like this..
How to make this thing working?
Your help would be appreciated.
Thank you very much.