Created
August 5, 2019 21:33
-
-
Save Fleker/697926663418a81b4add6b9a8bebefd6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app.intent('Play', async (conv: Conv) => { | |
// TODO: Hardcode track data for prototyping | |
conv.ask(generateMediaResponse(track)) | |
conv.ask(getSuggestions(conv.data.json.tracks)) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment