Created
December 20, 2019 23:17
-
-
Save Fleker/f6d28e4bd55d0dc019f6dd7a12a6fc42 to your computer and use it in GitHub Desktop.
Initialize session entities plugin
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
const { sessionEntitiesHelper } = require('actions-on-google-dialogflow-session-entities-plugin') | |
const app = dialogflow() | |
.use(sessionEntitiesHelper()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment