Created
July 3, 2019 07:56
-
-
Save anchetaWern/dd251be7090074fe336c2c613448b8cd to your computer and use it in GitHub Desktop.
E-commerce chat bot with React Native and Dialogflow: Pick yoyo
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
| if (parameters.yoyos && parameters.yoyos.length) { | |
| return res.json({ | |
| fulfillmentText: `What would you like to know about ${parameters.yoyos}?` | |
| }); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment