How to build customized reports for the entities detected in IBM Watson

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP



How to build customized reports for the entities detected in IBM Watson



I am working on a conversation for a customer on the IBM Watson Bluemix space. There are two entities defined that have the same values as this is the requirement of the conversation.



User_Response: No
Exit_Chat_Unsucessful: No



Where User_Response captures both values "yes" and "no" and similar utterances while Exit_Chat_Unsuccessful tracks the count of conversations that did not end successfully.



Now since the value of both entities is set to "No", as part of the usual reporting the count for Exit_Chat_Unsuccessful would not be specific for exit chat alone.



How do I filter such values as part of reporting on Watson




1 Answer
1



It's not fully clear what you are asking, but as I understand it you want to know when a branch has been exited due to an unsuccessful reason.



There is a couple of ways to do this.



You can specify a name for the exit node. Then use this in the logs to associate which entity is priority.



You can use "branch_exited" and "branch_exited_reason" to see if you left the branch correctly.



You can also redefine the "yes" and "no" values to a single entity. There should be no instance where you would need both. If there is, you can use contextual entities to train the system to understand which is which.






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Firebase Auth - with Email and Password - Check user already registered

Dynamically update html content plain JS

How to determine optimal route across keyboard