Is there any API to create intents and utterances in alexa from a third party system like “Magento”.
Any help would be highly appreciated.
Is there any API to create intents and utterances in alexa from a third party system like “Magento”.
Any help would be highly appreciated.
2
Answers
Check Voice Apps and Invocable
These are 3rd party online tools to help you build and publish Alexa Skills with drag and drop facility. You can easily create intents, slots and add utterances.
I think you’re looking for Alexa Skill Management API (SMAPI). This is official and You’ll need to create a Amazon app to use it. All details can be found here
You’ll can first create a Skill using the above API, then create/update intents and slots using Interaction Model Management. To do this you’ll need to be comfortable with Interaction Model Schemas and a sample Scheme can be found here