i want to add utterances/slot values in the skill, without using Amazon Developer console (i.e. from my project using an API provided by amazon for uploading alexa training set). Is there any API available that could do this ?
1 Answers
0
votes
Yes, this is possible using the ASK CLI. If you're just trying to update the skill's model, you can either use the deploy command with the --target model
option or the update-model command.