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/ea049aed14be3e4036e735526f982f04 to your computer and use it in GitHub Desktop.
Save netomarin/ea049aed14be3e4036e735526f982f04 to your computer and use it in GitHub Desktop.
Update permission - back-end fulfillment
app.intent('exchange_rate_setup_push', (conv) => {
conv.ask(new UpdatePermission({intent: 'cryptocurrency_price'}));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment