3PO-LABS: ALEXA, ECHO AND VOICE INTERFACE
  • Blog
  • Bots
  • CharacterGenerator
  • Giants and Halflings
  • The Pirate's Map
  • Responder
  • Neverwinter City Guide
  • About
  • Contact
This is the newtool. Workflow is as follows:

Setup-

  1. ​Make sure you are setup to use Login with Amazon
  2. Put the .wav file you'd like to test on a publicly visible share somewhere
  3. Add the newtool code (see samples below) to your skill's existing Lambda function

How it works-

  1. You call our rest service, providing an auth header and three parameters (see samples below)
  2. We pass your .wav file off to AVS as an audio request (while your initial request waits on our response)
  3. The audio request (hopefully) is routed to your skill's lambda as an alexa speech request
  4. This triggers our SNS call (step 3 in setup)
    1. Your skill continues running
    2. Meanwhile, the SNS call works its way back to our REST service
  5. Our REST service matches the data from step 4.2 to the initial request in step 1, and returns

Samples

Code to add to Node.js Lambda

    
Sample Request

    
Proudly powered by Weebly
  • Blog
  • Bots
  • CharacterGenerator
  • Giants and Halflings
  • The Pirate's Map
  • Responder
  • Neverwinter City Guide
  • About
  • Contact