@@ -59,11 +59,11 @@ private class ServiceSetup
59
59
new ServiceSetup ( ) { ServiceName = "Natural Language Classifier" , ServiceAPI = "natural-language-classifier/api" ,
60
60
URL = "https://console.ng.bluemix.net/catalog/natural-language-classifier/" , ServiceID = "NaturalLanguageClassifierV1" } ,
61
61
new ServiceSetup ( ) { ServiceName = "Tone Analyzer" , ServiceAPI = "tone-analyzer/api" ,
62
- URL = "https://console.ng.bluemix.net/catalog/services/tone-analyzer/" , ServiceID = "ToneAnalyzerV3" }
62
+ URL = "https://console.ng.bluemix.net/catalog/services/tone-analyzer/" , ServiceID = "ToneAnalyzerV3" } ,
63
63
new ServiceSetup ( ) { ServiceName = "Tradeoff Analytics" , ServiceAPI = "tradeoff-analytics/api" ,
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" }
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
67
new ServiceSetup ( ) { ServiceName = "Conversation" , ServiceAPI = "conversation-experimental/api" ,
68
68
URL = "https://console.ng.bluemix.net/catalog/services/conversation/" , ServiceID = "ConversationV1" }
69
69
} ;
0 commit comments