Here are the resources I used to implement the feature:<p>- <a href="https://developers.google.com/web/updates/2013/01/Voice-Driven-Web-Apps-Introduction-to-the-Web-Speech-API" rel="nofollow">https://developers.google.com/web/updates/2013/01/Voice-Driv...</a><p>- <a href="https://www.luis.ai/home/index" rel="nofollow">https://www.luis.ai/home/index</a><p>The app uses the Web Speech API to convert the audio to text. The text is sent to LUIS which determines the intent. Finally, the app converts the intent to a redirect.<p>Reddit post: <a href="https://www.reddit.com/r/laravel/comments/63gm1i/laravel_web_speech_api_luisai_voice_driven_web_app/" rel="nofollow">https://www.reddit.com/r/laravel/comments/63gm1i/laravel_web...</a>