Skip to content

Instantly share code, notes, and snippets.

@kinisoftware
Created April 26, 2020 09:25
Show Gist options
  • Select an option

  • Save kinisoftware/d953f3d301bec939efd3100ccbfa72f1 to your computer and use it in GitHub Desktop.

Select an option

Save kinisoftware/d953f3d301bec939efd3100ccbfa72f1 to your computer and use it in GitHub Desktop.
const persistentAttributes = await handlerInput.attributesManager.getPersistentAttributes();
// Do stuff
attributesManager.setPersistentAttributes({// Persistente data});
await attributesManager.savePersistentAttributes();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment