dip s

dip s

  • 1.4k
  • 256
  • 76.6k

How to create custom voice commands in angular 6

Sep 3 2019 7:14 AM
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. 
 

Answers (2)