File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,9 @@ private class ServiceSetup
57
57
new ServiceSetup ( ) { ServiceName = "Language Translator" , ServiceAPI = "language-translation/api" ,
58
58
URL = "https://console.ng.bluemix.net/catalog/services/language-translation/" , ServiceID = "LanguageTranslatorV1" } ,
59
59
new ServiceSetup ( ) { ServiceName = "Natural Language Classifier" , ServiceAPI = "natural-language-classifier/api" ,
60
- URL = "https://console.ng.bluemix.net/catalog/natural-language-classifier/" , ServiceID = "NaturalLanguageClassifierV1" }
60
+ URL = "https://console.ng.bluemix.net/catalog/natural-language-classifier/" , ServiceID = "NaturalLanguageClassifierV1" } ,
61
+ new ServiceSetup ( ) { ServiceName = "Tradeoff Analytics" , ServiceAPI = "tradeoff-analytics/api" ,
62
+ URL = "https://console.ng.bluemix.net/catalog/services/tradeoff-analytics/" , ServiceID = "TradeoffAnalyticsV1" }
61
63
} ;
62
64
63
65
private const string TITLE = "Watson Unity SDK" ;
You can’t perform that action at this time.
0 commit comments