File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ class DialogV1(WatsonDeveloperCloudService):
2929 def __init__ (self , url = default_url , ** kwargs ):
3030 WatsonDeveloperCloudService .__init__ (self , 'dialog' , url , ** kwargs )
3131 print (
32- 'WARNING: The Dialog service was deprecated, existing instances '
33- 'of the service will continue to function '
34- 'until August 9, 2017 . See '
35- 'https://www.ibm.com/watson/developercloud/doc /conversation'
36- '/migration.shtml ' )
32+ 'WARNING: The Dialog service was deprecated. Existing instances '
33+ 'of the service stopped functioning on August 9, 2017. '
34+ 'Dialog was replaced by the Conversation service . See '
35+ 'https://console.bluemix.net/docs/services /conversation'
36+ '/index.html#about ' )
3737
3838 def get_dialogs (self ):
3939 return self .request (method = 'GET' , url = '/v1/dialogs' , accept_json = True )
You can’t perform that action at this time.
0 commit comments