bklavet / Echo-skill-to-control-Directv

amazon echo skill that will control a networked Directv Receiver so that users can control Directv with their voice
18 stars 67 forks source link

Alexa skill stuck on Intent Schema #85

Open mikerain99 opened 5 years ago

mikerain99 commented 5 years ago

A couple of years ago, I successfully made several skills following your instructions. They worked great. Now I want to make a copy of the same skill for a new house, but Amazon has changed things and I'm stuck.

  1. In developer.amazon.com, I made a new skill.

  2. I edited the file called index with the new IP, app ID and port, and changed the file name to index.js.

  3. In aws.amazon.com/lambda, I made a new function and got an ARN.

  4. I went back to developer.amazon.com, edited the skill I made before, and got stuck. I'm supposed to copy the text from the IntentSchema file and paste it into the Intent Schema box. But there is no Intent Schema box.

Can anyone help me?