m0ngr31 / kanzi

Alexa skill for controlling Kodi
https://lexigr.am
MIT License
428 stars 149 forks source link

New skills kit environment. #259

Closed ravi09x closed 6 years ago

ravi09x commented 6 years ago

Hi, Looks like amazon has updated their alexa skills kit environment. In the new environment there is no option to copy and paste multiple utterances and intents.

Is this right or i am not able to find the right area? Is there a workaround?

m0ngr31 commented 6 years ago

Yes, they changed it. New solution is imminent.

yesnomaybeyes commented 6 years ago

Hi @m0ngr31,

I have a JSON file from the console of the entire skill I setup for myself for kodi-alexa. You're now able to just paste in the JSON blob and Amazon will read that and add everything into the GUI, all that's left after that is a save model and build model.

If you want I can upload it somewhere, with all the slot type values set to "Empty".

It was a mix of manual effort and a tiny script to mass-insert JSON objects.

denbue commented 6 years ago

Hi @Xorkle ,

would you mind sharing your JSON blob or even the generator itself?

m0ngr31 commented 6 years ago

@denbue Sorry, forgot to post this last week: https://github.com/m0ngr31/lexigram-cli

Docs are at https://lexigr.am