Entity
The Entity API handle the CRUD operations for Entities, System Entities, and also an auxiliary method for the Dialog Manager.
Last updated
Was this helpful?
The Entity API handle the CRUD operations for Entities, System Entities, and also an auxiliary method for the Dialog Manager.
Last updated
Was this helpful?
A valid uuid of an organization
A valid uuid of an environment
The UUID of the bot whose entities you are searching
Current page, starting at 1
1
Size of the page
5
Criteria to order result, defaulted to updatedAt date. Possible fields include name, createdAt, updatedAt, createdBy and updatedBy.
updatedAt
Order direction(ASC/DESC), defaulted to DESC
DESC
Used to filter masked entities, defaulted to ALL
ALL
Available options: Term being searched. This expects one optional String matching the name of an entity.
It is the organization where the entities are, it is used to connect to the correct database
It is the environment where the entities are, it is used to connect to the correct database
It is the bot where the entities are, it is used to filter entities
Term being searched
How many items will be returned in the list. Defaults to 6.
6
It is the organization where the entities are, it is used to connect to the correct database
It is the environment where the entities are, it is used to connect to the correct database
It is the bot where the entities are, it is used to filter entities
DTO response with entity and system entity list
It is the organization where the entities are, it is used to connect to the correct database
It is the environment where the entities are, it is used to connect to the correct database
It is the bot where the entities are, it is used to filter entities
The entity's uuid
It is the organization where the entities are, it is used to connect to the correct database
It is the environment where the entities are, it is used to connect to the correct database
It is the bot where the entities are, it is used to filter entities
The entity's uuid
No content
A valid uuid of organization
A valid uuid of environment
A valid uuid of bot
Current page, starting at 1
1
Size of the page
5
A valid uuid of organization
A valid uuid of environment
A valid uuid of bot
Structure used to request an update in a System Entity.
It is the organization where the entities are, it is used to connect to the correct database
It is the environment where the entities are, it is used to connect to the correct database
It is the bot where the entities are, it is used to filter entities
Structure used both to request the creation of a new entity and to request an update
Name of the entity being created.
Description of the entity.
Type of the entity being created -- Expected values are either 'Synonym' or 'Pattern'. Anything else will be rejected.
A list of Tags to be created along with the entity, already assigning them.
A list of values for your entity.
Whether or not this entity is enabled for cells.
A success response to the creation or update of an Entity.
It is the organization where the entities are, it is used to connect to the correct database
It is the environment where the entities are, it is used to connect to the correct database
It is the bot where the entities are, it is used to filter entities
The entity's uuid
Structure used both to request the creation of a new entity and to request an update
Name of the entity being created.
Description of the entity.
Type of the entity being created -- Expected values are either 'Synonym' or 'Pattern'. Anything else will be rejected.
A list of Tags to be created along with the entity, already assigning them.
A list of values for your entity.
Whether or not this entity is enabled for cells.
It is the organization where the entities are, it is used to connect to the correct database
It is the environment where the entities are, it is used to connect to the correct database
It is the bot where the entities are, it is used to filter entities
Structure used to infer whether a Synonym is available to a bot or not.
Name of the Synonym. Capitalization does not matter.
No content
It is the organization where the entities are, it is used to connect to the correct database
It is the environment where the entities are, it is used to connect to the correct database
It is the bot where the entities are, it is used to filter entities
Structure used to infer whether a Pattern is available to a bot or not.
Name of the Pattern. Capitalization matters.
No content
A valid uuid of organization
A valid uuid of environment
A valid uuid of bot
The structure for the update
Wether you are enabling or disabling the system entity.
Structure used to request an update in a System Entity.