Difference between revisions of "Entities"

From Wisevoice Wiki
Jump to: navigation, search
Line 8: Line 8:
  
 
The entity type defines the format and rules a valid entity must match.  
 
The entity type defines the format and rules a valid entity must match.  
There are some system types supported out of the box, such as Date, Number and Free text and you can define your own custom types.
+
There are some system types supported out of the box, such as Date, Number and Free text and you can define your own custom types. Read more about creating new [[Entity Types]].
More about defining [[Entity Types here]].
 

Revision as of 15:46, 18 November 2019

Entities are variables that can be extracted from the user input.

The entity component is used to configure how the entity is going to be extracted and validated.

Entity.png

The entity name is important because other than being helpful for the configuration, it will also be used as a key when saving the extracted entity in the user's session.

The entity type defines the format and rules a valid entity must match. There are some system types supported out of the box, such as Date, Number and Free text and you can define your own custom types. Read more about creating new Entity Types.