Skip to content

Instantly share code, notes, and snippets.

@Fleker
Created December 20, 2019 23:19
Show Gist options
  • Save Fleker/1d948900bb43c4c3f9a15f7a034b3006 to your computer and use it in GitHub Desktop.
Save Fleker/1d948900bb43c4c3f9a15f7a034b3006 to your computer and use it in GitHub Desktop.
The new default welcome intent
app.intent('Default Welcome Intent', async (conv) => {
// … Welcome logic
conv.sessionEntities.send()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment