Created
April 26, 2020 09:25
-
-
Save kinisoftware/d953f3d301bec939efd3100ccbfa72f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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