IBM Conversation API - What should be a endpoint URL and Parameters

依然范特西╮ 提交于 2019-12-04 06:03:05

问题


I try to access IBM conversation using Postman tool but getting 404 (Resource not found) error.

EndPoint : https://gateway.watsonplatform.net/conversation/api/v1/workspaces/883c7704-02c4-41fc-b8a0-aea1d0325c5a/message?version=2016-09-20

my workspace id = 883c7704-02c4-41fc-b8a0-aea1d0325c5a

Is there anything wrong in endpoint or parameter?. How to pass version?


回答1:


Your endpoint looks correct if you're trying to send a message to conversation: https://www.ibm.com/watson/developercloud/conversation/api/v1/?curl#send_message

Try changing the version to the most updated: version=2017-05-26



来源:https://stackoverflow.com/questions/42273255/ibm-conversation-api-what-should-be-a-endpoint-url-and-parameters

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