How to tie a backend to Watson's Conversation service?

断了今生、忘了曾经 提交于 2019-12-06 12:58:59

There is an example of integrating Retrieve and Rank at http://conversation-enhanced.mybluemix.net/

The code to show this integration is housed at https://github.com/watson-developer-cloud/conversation-enhanced

I did find the code where the query is constructed with the user's input and the backend corpus is searched , the class in github is here : https://github.com/watson-developer-cloud/conversation-enhanced/blob/master/src/main/java/com/ibm/watson/apis/conversation_enhanced/rest/ProxyResource.java

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!