Skip to content

Instantly share code, notes, and snippets.

@netomarin
Created October 11, 2018 18:11
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/26e4873f898da1bef0d399ee46390790 to your computer and use it in GitHub Desktop.
Save netomarin/26e4873f898da1bef0d399ee46390790 to your computer and use it in GitHub Desktop.
Daily update setup
app.intent('setup_price_update', (conv) => {
const intent = conv.arguments.get('UPDATE_INTENT');
conv.ask(new RegisterUpdate({
intent: intent,
}));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment