Skip to content

Commit 1d21c16

Browse files
committed
remove dialog from ConfigEditor
1 parent 47dc78c commit 1d21c16

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Scripts/Editor/ConfigEditor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ private class ServiceSetup
5252
URL ="https://console.ng.bluemix.net/catalog/speech-to-text/", ServiceID="SpeechToTextV1" },
5353
new ServiceSetup() { ServiceName = "Text To Speech", ServiceAPI = "text-to-speech/api",
5454
URL ="https://console.ng.bluemix.net/catalog/text-to-speech/", ServiceID="TextToSpeechV1" },
55-
new ServiceSetup() { ServiceName = "Dialog", ServiceAPI = "dialog/api",
56-
URL ="https://console.ng.bluemix.net/catalog/dialog/", ServiceID="DialogV1" },
5755
new ServiceSetup() { ServiceName = "Language Translation (to be deprecated)", ServiceAPI = "language-translation/api",
5856
URL ="https://console.ng.bluemix.net/catalog/services/language-translation/", ServiceID="LanguageTranslationV1" },
5957
//new ServiceSetup() { ServiceName = "Language Translator", ServiceAPI = "language-translator/api",

0 commit comments

Comments
 (0)