We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141386f commit db58718Copy full SHA for db58718
ibm_watson/assistant_v2.py
@@ -49,7 +49,7 @@ class AssistantV2(BaseService):
49
"""The Assistant V2 service."""
50
51
DEFAULT_SERVICE_URL = 'https://api.us-south.assistant.watson.cloud.ibm.com'
52
- DEFAULT_SERVICE_NAME = 'conversation'
+ DEFAULT_SERVICE_NAME = 'assistant'
53
54
def __init__(
55
self,
0 commit comments