0

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.

Nguyen Quang Anh
  • 315
  • 1
  • 3
  • 12

1 Answers1

1

One intent should do for your case as it is a toggle.

Bcf Ant
  • 1,639
  • 1
  • 16
  • 26