When should I create new intent and when should I add new value to the existing intent ? In wit.ai documents, they didn't talk much about this.
EDIT: Let says I have command for a door. So is it better to have 1 intent door_command with values open_door, close_door, or have 2 intents open_door and close_door.