Created
December 20, 2019 23:19
-
-
Save Fleker/1d948900bb43c4c3f9a15f7a034b3006 to your computer and use it in GitHub Desktop.
The new default welcome intent
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('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