I have issue with the permission and reminder block. I followed the offical voiceflow video tutorial to implement user permission but i am encountering issues.
I need permission to reminder, i added it to the user info and also in the permission block.
If i test it on VoiceFlow web console, it fail. If i try it on my mobile phone in the alexa app it is the same ( also if i granted the requested permission ).
Someone can help me to understand if this is a bug or i am doing something wrong?
First, reminder cannot be tested in Voiceflow test because that feature can be accessible from Echo device only(I don’t remember if possible by Alexa Developer Console and akexa app on your phone…)
one thing I recommend you is, for debugging purpose, you should separate fail flow when userinfo block fails and when reminder block fails. In your current flow, both blocks goes to same flow and you cannot find which block fails.