You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CONTEXT : In my alexa skill I want to implement the voice forward consent directive. But when I send a start connection directive with the list of permissions that I want the user to approve or deny, I receive an error that says :
ERROR MESSAGE :
File "/var/task/ask_sdk_core/response_helper.py", line 130, in add_directive
directive.object_type == "VideoApp.Launch"):
AttributeError: 'dict' object has no attribute 'object_type'
STEPS TO REPRODUCE : here's the response object with what I think is the proper directive format
CONTEXT : In my alexa skill I want to implement the voice forward consent directive. But when I send a start connection directive with the list of permissions that I want the user to approve or deny, I receive an error that says :
ERROR MESSAGE :
File "/var/task/ask_sdk_core/response_helper.py", line 130, in add_directive
directive.object_type == "VideoApp.Launch"):
AttributeError: 'dict' object has no attribute 'object_type'
STEPS TO REPRODUCE : here's the response object with what I think is the proper directive format
** Environment :**
The text was updated successfully, but these errors were encountered: