Is there a generic approach to develope Amazon Echo skills and Google Home actions?

- 3,759
- 4
- 29
- 56

- 215
- 4
- 12
-
What exactly are you looking for? Some sort of cross-platform service that can generate both an Alexa skill and a Google Home action from your code? If so, I think the answer is 'no', unfortunately. The APIs are very different and don't cross over easily. – Aurora0001 Feb 11 '17 at 19:15
2 Answers
API.AI has integrations with both Alexa and Google Home, plus more.
API.AI is a natural language understanding platform that makes it easy to design and integrate intelligent and sophisticated conversational user interfaces into mobile apps, web applications, devices, and bots.
Their Alexa integration feature allows you to export your agent as Alexa compatible files, which include Intent Schema and Utterances.
With Actions on Google integration, you can preview your Conversation Action with the Google Home Web Simulator and deploy your agent so that other users can discover and use it on the Google Home.

- 683
- 1
- 6
- 21
Jovo is a new Open Source framework for developing cross platform voice apps. It supports both Amazon Alexa Skills and Google Home Actions.

- 1,842
- 2
- 16
- 20