Age prebuilt entity for a LUIS app

The prebuilt age entity captures the age value both numerically and in terms of days, weeks, months, and years. Because this entity is already trained, you do not need to add example utterances containing age to the application intents. Age entity is supported in many cultures.

Types of age

Age is managed from the Recognizers-text GitHub repository

Resolution for prebuilt age entity

The following JSON is with the verbose parameter set to false:

"entities": {
    "age": [
        {
            "number": 90,
            "unit": "Day"
        }
    ]
}

Next steps

Learn more about the V3 prediction endpoint.

Learn about the currency, datetimeV2, and dimension entities.