Ordinal prebuilt entity for a LUIS app
Ordinal number is a numeric representation of an object inside a set: first, second, third. Because this entity is already trained, you do not need to add example utterances containing ordinal to the application intents. Ordinal entity is supported in many cultures.
Types of ordinal
Ordinal is managed from the Recognizers-text GitHub repository
Resolution for prebuilt ordinal entity
The following entity objects are returned for the query:
Order the second option
The following JSON is with the verbose parameter set to false:
"entities": {
"ordinal": [
2
]
}
Next steps
Learn more about the V3 prediction endpoint.
Learn about the OrdinalV2, phone number, and temperature entities.