Skip to content

Instantly share code, notes, and snippets.

@netomarin
Created October 11, 2018 18:08
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/f6a5fc36339faefdd17de5794974ce20 to your computer and use it in GitHub Desktop.
Save netomarin/f6a5fc36339faefdd17de5794974ce20 to your computer and use it in GitHub Desktop.
Suggestion chip for Push Notification
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'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment