How do I use a Watson Conversation service in Frankfurt using Node-RED or the node-sdk for Watson?
问题 I'm able to use the node-red-node-watson library to call an instance of Watson Conversation hosted in the US-South region of IBM Cloud. If I try it in the Germany region, it does not work. In github I spotted the following line ConversationV1.URL = 'https://gateway.watsonplatform.net/conversation/api'; which is the URL for Conversation in US-South. The URL shown in Bluemix VCAP_SERVICES for the Frankfurt instance is different: "https://gateway-fra.watsonplatform.net/conversation/api" I'm not