Hi All!
I have signed up for skill resumption & received the docs. I have read the docs multiple times, but struggled to find out how I can put it in practice. In short, I would like to make this timer API backgrounded-foregrounded so when the 40 minute passes, Alexa reopens the session for the user to interact instead of just the echo device making the timer sound as it would do normally:
timer_request = { "duration": "PT40M", "timerLabel": "Change name", "creationBehavior": { "displayExperience": { "visibility": "VISIBLE" } }, "triggeringBehavior": { "operation": { "type": "ANNOUNCE", "textToAnnounce": [ { "locale": "en-US", "text": "Would you like to proceed with the the second task?" } ] }, "notificationConfig": { "playAudible": True } } }