Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
Language Understanding Intelligent Service (LUIS) will be fully retired on March 31, 2026. LUIS resource creation isn't available. Beginning on October 31, 2025, the LUIS portal will no longer be available. We recommend migrating your LUIS applications to conversational language understanding to benefit from continued product support and multilingual capabilities.
Ordinal V2 number expands Ordinal to provide relative references such as next
, last
, and previous
. These are not extracted using the ordinal prebuilt entity.
Resolution for prebuilt ordinal V2 entity
The following entity objects are returned for the query:
what is the second to last choice in the list
The following JSON is with the verbose
parameter set to false
:
"entities": {
"ordinalV2": [
{
"offset": -1,
"relativeTo": "end"
}
]
}
Next steps
Learn about the percentage, phone number, and temperature entities.