Skip to content

Instantly share code, notes, and snippets.

@netomarin
Created October 11, 2018 18:10
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 netomarin/d6011b884487ee3a7e5c2560bf31a808 to your computer and use it in GitHub Desktop.
Save netomarin/d6011b884487ee3a7e5c2560bf31a808 to your computer and use it in GitHub Desktop.
Suggestion chip for daily update
conv.ask('The price of one ' + base + " is " +
Number(price).toFixed(2) + " " + target);
// Suggestion max length is 25 characters
conv.ask(new Suggestions(['Warn me a 10% price drop',
'Send me Daily Updates']));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment