I'm trying to create an Alexa skill which has a fairly wide-open possible number of phrases it could use. My requirement is that I don't want to open the amazon developer portal and enter all the utterances and slot values manually and build the model . I can probably generate the list programmatically, but it changes frequently, so I'd want it to be updated frequently. Is there an Amazon API I can call to update the possible values for a custom slot type as well as utterances without having to manually log in and update the slot type, slot values and utterances.
I even tried referring ASK CLI but there is no proper documentation regarding it.
It would be of great help if someone would help me with this.