File tree Expand file tree Collapse file tree 6 files changed +5
-5
lines changed Expand file tree Collapse file tree 6 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class AssistantV1(BaseService):
41
41
"""The Assistant V1 service."""
42
42
43
43
DEFAULT_SERVICE_URL = 'https://gateway.watsonplatform.net/assistant/api'
44
- DEFAULT_SERVICE_NAME = 'conversation '
44
+ DEFAULT_SERVICE_NAME = 'assistant '
45
45
46
46
def __init__ (
47
47
self ,
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class AssistantV2(BaseService):
39
39
"""The Assistant V2 service."""
40
40
41
41
DEFAULT_SERVICE_URL = 'https://gateway.watsonplatform.net/assistant/api'
42
- DEFAULT_SERVICE_NAME = 'conversation '
42
+ DEFAULT_SERVICE_NAME = 'assistant '
43
43
44
44
def __init__ (
45
45
self ,
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class CompareComplyV1(BaseService):
40
40
"""The Compare Comply V1 service."""
41
41
42
42
DEFAULT_SERVICE_URL = 'https://gateway.watsonplatform.net/compare-comply/api'
43
- DEFAULT_SERVICE_NAME = 'compare-comply '
43
+ DEFAULT_SERVICE_NAME = 'compare_comply '
44
44
45
45
def __init__ (
46
46
self ,
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class VisualRecognitionV3(BaseService):
41
41
"""The Visual Recognition V3 service."""
42
42
43
43
DEFAULT_SERVICE_URL = 'https://gateway.watsonplatform.net/visual-recognition/api'
44
- DEFAULT_SERVICE_NAME = 'watson_vision_combined '
44
+ DEFAULT_SERVICE_NAME = 'visual_recognition '
45
45
46
46
def __init__ (
47
47
self ,
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class VisualRecognitionV4(BaseService):
39
39
"""The Visual Recognition V4 service."""
40
40
41
41
DEFAULT_SERVICE_URL = 'https://gateway.watsonplatform.net/visual-recognition/api'
42
- DEFAULT_SERVICE_NAME = 'watson_vision_combined '
42
+ DEFAULT_SERVICE_NAME = 'visual_recognition '
43
43
44
44
def __init__ (
45
45
self ,
You can’t perform that action at this time.
0 commit comments