File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
assistant/src/main/java/com/ibm/watson/assistant Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 109109 */
110110public class Assistant extends BaseService {
111111
112- public static final String DEFAULT_SERVICE_NAME = "conversation " ;
112+ public static final String DEFAULT_SERVICE_NAME = "assistant " ;
113113
114114 public static final String DEFAULT_SERVICE_URL =
115115 "https://api.us-south.assistant.watson.cloud.ibm.com" ;
Original file line number Diff line number Diff line change 5454 */
5555public class Assistant extends BaseService {
5656
57- public static final String DEFAULT_SERVICE_NAME = "conversation " ;
57+ public static final String DEFAULT_SERVICE_NAME = "assistant " ;
5858
5959 public static final String DEFAULT_SERVICE_URL =
6060 "https://api.us-south.assistant.watson.cloud.ibm.com" ;
You can’t perform that action at this time.
0 commit comments