You are seeing this message because you are using the Django runserver and the DEBUG setting is False.
Runserver should not be used in the production.
If you do not see page the styling - set DEBUG = True or use --insecure flag with the runserver command.
To serve the static media in the production:
1 | initial version |
In the utterance "explain how to play geo quiz" - it seems the user wants an explanation of how to play, rather than help in opening the game (which would be "get" intent) or general information about the game (which would be "info" intent).
Note: we use "get" intent for the following scenarios:
What questions (e.g. "what is"). Vague general requests for something (e.g. "show me", "get me", "give me", "browse", "list", "pull up", "i want to see", "retrieve", "display", "view", "check", "open", "go to", "i feel like", "use", "see").
Note: we use "info" intent for the following scenarios:
The info intent is for requests for general information about something. This includes explicit requests for general information (e.g. "about", "info", "information", "details", "characteristics", "affect") and vague questions about general topics (e.g. "what is", "what are", "who is", "what can ... do", "what does ... do").
The best option is to follow the precedent of the example for "how do you play angry birds." We use the "other" intent in these examples because we do not currently support the action of "get some game guides"
Correct Annotation
web_app:other:game -- explain how to play geo quiz