We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f473220 + ff26935 commit 3db81fdCopy full SHA for 3db81fd
Scripts/Editor/ConfigEditor.cs
@@ -64,6 +64,8 @@ private class ServiceSetup
64
URL ="https://console.ng.bluemix.net/catalog/services/tradeoff-analytics/", ServiceID="TradeoffAnalyticsV1" }
65
new ServiceSetup() { ServiceName = "Personality Insights", ServiceAPI = "personality-insights/api",
66
URL ="https://console.ng.bluemix.net/catalog/services/personality-insights/", ServiceID="PersonalityInsightsV2" }
67
+ new ServiceSetup() { ServiceName = "Conversation", ServiceAPI = "conversation-experimental/api",
68
+ URL ="https://console.ng.bluemix.net/catalog/services/conversation/", ServiceID="ConversationV1" }
69
};
70
71
private const string TITLE = "Watson Unity SDK";
0 commit comments