Skip to content

Instantly share code, notes, and snippets.

@Fleker
Created August 5, 2019 21:33
Show Gist options
  • Save Fleker/697926663418a81b4add6b9a8bebefd6 to your computer and use it in GitHub Desktop.
Save Fleker/697926663418a81b4add6b9a8bebefd6 to your computer and use it in GitHub Desktop.
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