Alexa Skill - Update Intent Programmatically

I'm trying to create an Alexa skill that has a fairly wide disclosure of the possible number of phrases that it could use. Too much to write by hand.

I can probably generate the list programmatically, but it changes often, so I would like it to be updated frequently.

Is there an Amazon API I can call to update the possible values ​​for a custom slot type without having to manually register and copy and paste it all the time?

+4
source share
3 answers

- Amazon API . , API.AI , Alexa ASK, , , , , Google .

, ( ), , " ": , . , - - API.

, API , , .

Amazon , () .

+3

No, but now there is a beta editor that allows you to drag and drop a single JSON file containing all statements, intentions and slots. Log in to the developer portal and click on Beta Interaction Builder.

+1
source

Source: https://habr.com/ru/post/1666302/


All Articles