Simple entity

Simple entity

What are simple entities

Simple entities can be used to group various words together to remove the need to rewrite utterances that simply use another word. This is often the case for various nouns or names, such as with city names. The NLP trains itself around the concept of this simple entity so that it understands more than the predefined values.

NLP Support

Support for simple list entities varies per Natural Language Processing (NLP) engine. Currently, simple list entities are supported by Microsoft LUIS and Rasa.

Example

Intent: Book flight 

Original utterance"I'd like to fly from New York to Los Angeles"

Utterance with entity"I'd like to fly from [City] to [City]"

User input: "I'd like to fly from New York to Rome"

Recognised Entities:

Entity 1: New York 

Entity 2: Rome

    • Related Articles

    • Add entity

      How to add an entity To add an entity, you mist click the 'Add Entity +' button. Thereafter, you can toggle between Simple entities and Closed list entities. Add a name that resembles the group of words that the entity will cover. Next, the words can ...
    • Simple calculation

      The simple calculation call block enables you to make simple calculations inside the bot.
    • 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. ​ ...
    • Is an entity

      The is an entity condition diverts the conversation if the input is equal to either the entity name, a canonical value or a utterance. Please select the desired values in the drop-down menus.
    • Closed list entity

      What are closed list entities Closed list entities allow you to provide synonyms different ways of spelling for one or multiple entities so that there is no need to add all utterances that use these entities separately. For example, New York is often ...