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?
API SUBPATH: eva-entity
System entities are not created or deleted - They are instead a standard, default group of entities which are available for all Virtual Agents. Rather than creating them, you will enable or disable them.
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/system-entities/{id}
A valid uuid of organization
A valid uuid of environment
A valid uuid of bot
Wether you are enabling or disabling the system entity.
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/entities
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
Size of the page
Criteria to order result, defaulted to updatedAt date. Possible fields include name, createdAt, updatedAt, createdBy and updatedBy.
Order direction(ASC/DESC), defaulted to DESC
Used to filter masked entities, defaulted to ALL
ALL
, MASKED
, UNMASKED
Term being searched. This expects one optional String matching the name of an entity.
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/entities/quicksearch
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.
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/entities/list-on-flow
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
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/entities
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
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.
Whether or not this entity is enabled for cells.
A list of Tags to be created along with the entity, already assigning them.
A list of values for your entity.
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/entities/{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
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/entities/{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
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.
Whether or not this entity is enabled for cells.
A list of Tags to be created along with the entity, already assigning them.
A list of values for your entity.
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/entities/{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 body
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/entities/synonyms
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
Name of the Synonym. Capitalization does not matter.
No body
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/entities/patterns
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
Name of the Pattern. Capitalization matters.
No body
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/system-entities
A valid uuid of organization
A valid uuid of environment
A valid uuid of bot
Current page, starting at 1
Size of the page
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/system-entities/{id}
A valid uuid of organization
A valid uuid of environment
A valid uuid of bot