How to run a Pega V8.x case using Alexa?
Before we work on creating a Pega case to run it from Alexa developer console, first we need to understand Alexa working environment. Alexa is Amazon's cloud-based voice service. Alexa Skills are programs that can be activated online and extend the range the Alexa Language Service’s functions with certain abilities. Technically, an Alexa skill consists of a user interface (the “front end”) and the program logic (the back end). The program logic in the back end runs either on your own server or on the basis of AWS Lambda, a data processing service provided by Amazon. Main points to remember while working with Alexa env: Log in to https://developer.amazon.com/ en-US/ alexa . If you don’t have an Amazon Developer account yet, create a free one. Click on “ Alexa Skills Kit”(ASK) in the drop-down menu under “Products” and then on “Register Now” to open the Alexa Developer console. The Alexa Developer Console is currently available in English, Japanese...