I am developing a skill (using node.js) in which the user asks Alexa for a city and she responds with their three major sports teams. For example:
User: "Alexa, what are Cleveland's sports teams?" Alexa: "Cleveland has the Cavaliers, the Browns, and the Indians."
Since the size of this data is unchanging, do I try and convert a .csv or .xlsx file to JSON or do I try and populate a dynamoDB table? Or is there a better way to do this that I am unaware of?
Any help or guidance would be much appreciated.
via Jordeaux
No comments:
Post a Comment