Skip to content

Instantly share code, notes, and snippets.

@anchetaWern
Created July 3, 2019 07:56
Show Gist options
  • Select an option

  • Save anchetaWern/dd251be7090074fe336c2c613448b8cd to your computer and use it in GitHub Desktop.

Select an option

Save anchetaWern/dd251be7090074fe336c2c613448b8cd to your computer and use it in GitHub Desktop.
E-commerce chat bot with React Native and Dialogflow: Pick yoyo
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