我在Bluemix中使用了https://github.com/watson-developer-cloud/conversation-with-discovery代码并部署了应用程序,当我测试应用程序对话正在运行但发现服务无效时。
我已使用call_discovery操作添加了OUT_OF_Scope意图。
当我们在chatbot中发出范围问题时,我收到服务器繁忙的错误。
下面是日志错误,请帮我解决这个错误。 应用程序类'com.ibm.watson.apis.conversation_with_discovery.rest.ProxyResource.postMessage:192'抛出的异常 显示java.lang.NullPointerException 在com.ibm.watson.apis.conversation_with_discovery.rest.ProxyResource.pos
答案 0 :(得分:0)
当我使用与发现的对话时我遇到了同样的问题,但我在Github中看到了解决方案:切换到没有Java SDK问题的liberty-for-java_v3_7-20170118-2046
buildpack。 / p>