Temperature prebuilt entity for a LUIS app

Temperature extracts a variety of temperature types. Because this entity is already trained, you do not need to add example utterances containing temperature to the application. Temperature entity is supported in many cultures.

Types of temperature

Temperature is managed from the Recognizers-text GitHub repository

Resolution for prebuilt temperature entity

The following entity objects are returned for the query:

set the temperature to 30 degrees

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

"entities": {
    "temperature": [
        {
            "number": 30,
            "units": "Degree"
        }
    ]
}

Next steps

Learn more about the V3 prediction endpoint.

Learn about the percentage, number, and age entities.