Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Last active October 10, 2017 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/b3b9712090e16ab907920b6ee149a117 to your computer and use it in GitHub Desktop.
Save matthieu-D/b3b9712090e16ab907920b6ee149a117 to your computer and use it in GitHub Desktop.
response = `Your Visa for ${params.geoCountry} will be ready in ${deliveryTime}`;
res.send({ "speech": response, "displayText": response});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment