5

Whenever a I change my alexa skill in a way that the utterenaces or schema are modified I have to manually enter to the amazon developer console and change utterances or schema manually in the textbox.

I 've already automated the process of uploading a new version of the .zip containing the aws lambda function and I would really like to be able to automate the update of utterances and schema.

Nicolas Barrera
  • 528
  • 3
  • 13

1 Answers1

3

This is a very frequent feedback we do receive from developers, but this is not possible to automate that part, as of today (April 11 2016).

Sébastien Stormacq
  • 14,301
  • 5
  • 41
  • 64
  • Is there any progress on this 4 month after? – zipp Aug 15 '16 at 14:09
  • We know this is important for our customers, but I can not share an ETA for the moment. – Sébastien Stormacq Sep 19 '16 at 21:25
  • 1
    Finally Skill API is here. https://developer.amazon.com/blogs/alexa/post/e7a57ec4-f9e0-4efa-9052-06d320245f9b/announcing-alexa-skill-management-api-alexa-skills-kit-command-line-interface-and-events-in-alexa-skills-kit – Chacko Sep 18 '17 at 09:20