System Entities
- 07 Jun 2024
- 1 Minute to read
- Print
- PDF
System Entities
- Updated on 07 Jun 2024
- 1 Minute to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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.
Example:
User input | Type | Value | Unit | |
---|---|---|---|---|
| quantity | 5 | pound |
Was this article helpful?