Entities
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 ...
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 ...
Roles
Roles can be added to entities to define relational dependencies between two entities. Some examples of relational dependencies are: Start vs. End Slow vs. Quick Short vs. Long Cheap vs. Expensive Relational dependencies are useful to correctly ...
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. ...
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 ...
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 ...
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 ...
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 ...