Training
The training API handles all training methods for bots that both use AL or not.
Was this helpful?
The training API handles all training methods for bots that both use AL or not.
Was this helpful?
API SUBPATH: eva-training
The Training APIs are as simple as it can be - Both contain 3 methods, one for listing, one that requests a new training, and a last one which discerns whether a training should be available as of now. If you send a trainign request while the /training-availability does not inform it's available, the training proccess will fail at the nlp.
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/training/list
A valid uuid of an organization
A valid uuid of an environment
The UUID of the bot whose entity you are searching belong to
Boolean that filters the search in order to find only trainings that obtained success
Current page, starting at 1
Size of the page
Field want to ordernate, the default is 'updatedAt'
Direction of ordenation, ASC or DESC. The default is DESC
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/training
A valid uuid of an organization
A valid uuid of an environment
The UUID of the bot whose entity you are searching belong to
PARTIAL_NLP
, PARTIAL_INTENT_NLP
, PARTIAL_ENTITY_NLP
, COMPLETE
, COMPLETE_INTENT
, COMPLETE_ENTITY
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/training/training-availability
A valid uuid of an organization
A valid uuid of an environment
The UUID of the bot whose entity you are searching belong to
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/training/automated-learn
A valid uuid of an organization
A valid uuid of an environment
The UUID of the bot whose entity you are searching belong to
Boolean that filters the search in order to find only trainings that obtained success
Current page, starting at 1
Size of the page
Field want to ordernate, the default is 'updatedAt'
Direction of ordenation, ASC or DESC. The default is DESC
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/training/automated-learn
A valid uuid of an organization
A valid uuid of an environment
The UUID of the bot whose entity you are searching belong to
No body
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/training/automated-learn/availability
A valid uuid of an organization
A valid uuid of an environment
The UUID of the bot whose entity you are searching belong to