I am using Voice Permissions for Reminders:
https://developer.amazon.com/en-US/docs/alexa/smapi/voice-permissions-for-reminders.html
This doc link talks about the Standard Voice Permission workflows:
https://developer.amazon.com/en-US/docs/alexa/smapi/voice-permissions-for-reminders.html#standard-voice-permission-workflows
The 3rd case is when the response is unintelligible and it says that Alexa is responsible for reprompting.
Then there is this section on Standard prompts with no explanation on how to use them: https://developer.amazon.com/en-US/docs/alexa/smapi/voice-permissions-for-reminders.html#standard-prompts
To kick off the initial voice prompt you send a Connections.SendRequest: https://developer.amazon.com/en-US/docs/alexa/smapi/voice-permissions-for-reminders.html#send-a-connectionssendrequest-directive
I understand what to do with the ACCEPTED and DENIED statuses coming from the Connections.Response call. But what do I need to do with NOT_ANSWERED?
It says that "Alexa will re-prompt the user" but why am I being notified then?
What response am I supposed to give to NOT_ANSWERED?
Is there an example that shows how to handle NOT_ANSWERED?