PersonName prebuilt entity for a LUIS app

The prebuilt personName entity detects people names. Because this entity is already trained, you do not need to add example utterances containing personName to the application intents. personName entity is supported in English and Chinese cultures.

Resolution for personName entity

The following entity objects are returned for the query:

Is Jill Jones in Cairo?

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

"entities": {
    "personName": [
        "Jill Jones"
    ]
}

Next steps

Learn more about the V3 prediction endpoint.

Learn about the email, number, and ordinal entities.