Sep 1, 2018 · 1 min read
Hi Sjur,
It’s great to read all the three articles on this growing voice technology and integrating it with a website.
Just highlighting a minor error in this article
While explaining request() and processRequest() function, you have written this:
var response = JSON.parse(xhttp.responseText);
var numberString = response.dogPicture;I think it should be response.number instead of response.dogPicture
Kudos for writing such a great article.
Also, check out actions developed by me @ https://assistant.google.com/explore/search?q=Lakshay%20Nagpal&hl=en-GB
especially “SuperHero Battle”
Thanks :)
