Currency prebuilt entity for a LUIS app

The prebuilt currency entity detects currency in many denominations and countries/regions, regardless of LUIS app culture. Because this entity is already trained, you do not need to add example utterances containing currency to the application intents. Currency entity is supported in many cultures.

Types of currency

Currency is managed from the Recognizers-text GitHub repository

Resolution for currency entity

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

"entities": {
    "money": [
        {
            "number": 10.99,
            "units": "Dollar"
        }
    ]
}

Next steps

Learn more about the V3 prediction endpoint.

Learn about the datetimeV2, dimension, and email entities.