question

Mark Tucker avatar image
Mark Tucker asked

How to handle Connections.Response AskFor NOT_ANSWERED for Voice Permissions for Reminders?

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?

reminderspermissions
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Anand@Amazon avatar image
Anand@Amazon answered

Hello @Mark Tucker

Sorry for late response !!

Can you share affected skill id with us for further debugging?

10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.