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
{{ message }}
This repository was archived by the owner on Apr 21, 2021. It is now read-only.
I think I might be misunderstanding a little bit of how to set this up. But I have created a new app. I have then created the an alexa.py, and added the DjangoAlexa to urls.py; but it is still using the default alexa.py, e.g. not picking up the intents from my version of alexa.py.
Could you let me if there is a step I am missing outside of creating alexa.py in my app, adding the URLS. When I test on the alexa development console, I am always getting the default text: -
"text": "Welcome. What would you like to do next?"
Hi,
I think I might be misunderstanding a little bit of how to set this up. But I have created a new app. I have then created the an alexa.py, and added the DjangoAlexa to urls.py; but it is still using the default alexa.py, e.g. not picking up the intents from my version of alexa.py.
Could you let me if there is a step I am missing outside of creating alexa.py in my app, adding the URLS. When I test on the alexa development console, I am always getting the default text: -
"text": "Welcome. What would you like to do next?"