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 95fae4c commit fdb4580Copy full SHA for fdb4580
assistant/src/main/java/com/ibm/watson/assistant/v1/Assistant.java
@@ -99,7 +99,7 @@
99
*/
100
public class Assistant extends BaseService {
101
102
- private static final String DEFAULT_SERVICE_NAME = "conversation";
+ private static final String DEFAULT_SERVICE_NAME = "assistant";
103
104
private static final String DEFAULT_SERVICE_URL = "https://gateway.watsonplatform.net/assistant/api";
105
0 commit comments