I am trying to develop a JavaScript based app that will interact with Alexa. How can I call Alexa Voice Service APIs using JavaScript? (I am planning to utilize XMLHttpRequest for AVS connection.)
There is only an example Java app and it's a bit complicated for me to understand it.
Please note that my need is simple, I am not planning to develop Alexa skills, but just call the API from JavaScript.