bvanaken/eboy

LUIS what to do?

Opened this issue · 0 comments

(types)
OWN Entities:

  • Product
  • Category (?)

Pre-Entities:
https://www.microsoft.com/cognitive-services/en-us/LUIS-api/documentation/Pre-builtEntities

  • .money
  • .age
  • .datetime
  • .geography (?)
  • .datetime (?)

Action Binding
Once a developer creates one or more entities, and starts creating intents. He/she can link this intent to an action and specifies requirements for these actions to be triggered. These requirements are known as parameters. LUIS supports only one action per intent. Each action can include a group of parameters derived from entities. The parameter can be optional or required, LUIS assumes that an action is triggered only when all the required parameters are filled.