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. ​ ...
    • 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 ...
    • 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.