System Entities

Duckling Extraction​

Digital Agent Native NLU offers a handful of system entity extraction. This engine allows you to extract known entities like Time, Ordinals, Date, and so on. For a complete list of system entities.

By default, Digital Agent uses an instance of Duckling hosted on our remote servers. If you don't want your data to be sent to our servers, you can either disable this feature by setting ducklingEnabled to false or host your duckling server and change the ducklingURL in the data/global/config/nlu.json config file.

Please check the Deployment section for instructions on hosting your Duckling server.

Example:

User saidTypeValueUnit
Add 5 lbs of sugar to my cartquantity5pound

Note:

Confidence will always be one due to the rule-based implementation of Duckling.