简体   繁体   中英

Is it possible to add or change intents/entities/dialog externally through restful API for watson conversation

Im wondering ,if there is a way where we can add Intents/Entities/Dialogues through the Restful service as this will allow my application to be extremely dynamic adding its own entities/intents through interactions with the user.Can someone let me know is this possible or not?

Kind regards harish

Yes this is possible using the Workspace API. Example:

https://www.ibm.com/watson/developercloud/conversation/api/v1/#intents

From what you described, be aware that modifying intents+entities will trigger a retraining event. Changing a dialog tree live can possibly cause users interactions to reset.

Also the workspace API is currently free to use, but is rate limited. So good for updating a workspace, but not in a live interaction environment.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM