Prebuilt entities

Prebuilt entities

What are Prebuilt entities

Some NLP engines provide prebuilt entities. Prebuilt entities work like self-built entities, but the behavior of prebuilt entities cannot be modified. Prebuilt entities are sets of common types of information. The following are included:

  • Age

  • Date

  • Dimension

  • Email

  • Location

  • KeyPhrase

  • Currency

  • Number

  • Ordinal

  • Percentage

  • PersonalName

  • PhoneNumber

  • Temperature

  • Url

Depending on the language that is chosen, the availability of prebuilt entities may vary.

Please visit:

https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-reference-prebuilt-entities

to see the prebuilt entities for that Microsoft LUIS offers for your language. You can select a pre-built entity from the dropdown-menu.

In addition, sets of prebuilt models for quickly adding common, bot scenarios are available. By using these you can quickly and easily add abilities to your bots without having the need to build these abilities. The availability of prebuilt models may also vary depending on your language. Please visit:

https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-reference-prebuilt-domains

to see the prebuilt models that are available in your language.


NLP Support

Prebuilt entities are currently supported by all Natural Language Processing (NLP) engines.

    • Related Articles

    • About entities

      On this page entities can be created, exported and managed. What is an Entity? An entity is a collection of similar objects. By training entities your bot can detect specific objects a user asks in the conversation. This enables bots to understand ...
    • Use of entities in the platform

      Entities can be uses in various places within the platform. To use them start typing the name of the entity you would like to use. A dropdown list will become available from which you can pick. You can also type [ to open a dropdown with all ...
    • Selecting AI Engines

      You can change which Conversational AI Engine you use for each chatbot you build on the platform. Note: You may be restricted in your choice of channels depending on your account type. Intent Recognizer  Blits enables users to pick different intent ...
    • Dictionary

      The dictionary block enables users to easily make use of pre-built entities such as dates, temperature and countries.
    • Regex entity

      What are regex entities Regex entities allow you to provide general letter, number, or combined sequences an entity. For example, the regex ([1-9])+/g matches all number sequences, Meaning that 1234 is recognized as an entity, but also 54214234. ​ ...