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 fdb4580 commit b00fa23Copy full SHA for b00fa23
assistant/src/main/java/com/ibm/watson/assistant/v2/Assistant.java
@@ -41,7 +41,7 @@
41
*/
42
public class Assistant extends BaseService {
43
44
- private static final String DEFAULT_SERVICE_NAME = "conversation";
+ private static final String DEFAULT_SERVICE_NAME = "assistant";
45
46
private static final String DEFAULT_SERVICE_URL = "https://gateway.watsonplatform.net/assistant/api";
47
0 commit comments