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 1ea6857 commit 1db29e9Copy full SHA for 1db29e9
assistant/src/main/java/com/ibm/watson/assistant/v2/Assistant.java
@@ -55,7 +55,7 @@
55
*/
56
public class Assistant extends BaseService {
57
58
- public static final String DEFAULT_SERVICE_NAME = "conversation";
+ public static final String DEFAULT_SERVICE_NAME = "assistant";
59
60
public static final String DEFAULT_SERVICE_URL =
61
"https://api.us-south.assistant.watson.cloud.ibm.com";
0 commit comments