1
1
/*
2
- * (C) Copyright IBM Corp. 2019, 2021 .
2
+ * (C) Copyright IBM Corp. 2022 .
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
5
5
* the License. You may obtain a copy of the License at
12
12
*/
13
13
14
14
/*
15
- * IBM OpenAPI SDK Code Generator Version: 3.38 .0-07189efd-20210827-205025
15
+ * IBM OpenAPI SDK Code Generator Version: 3.46 .0-a4e29da0-20220224-210428
16
16
*/
17
17
18
18
package com .ibm .watson .assistant .v2 ;
54
54
*/
55
55
public class Assistant extends BaseService {
56
56
57
- public static final String DEFAULT_SERVICE_NAME = "assistant " ;
57
+ public static final String DEFAULT_SERVICE_NAME = "conversation " ;
58
58
59
59
public static final String DEFAULT_SERVICE_URL =
60
60
"https://api.us-south.assistant.watson.cloud.ibm.com" ;
@@ -66,7 +66,7 @@ public class Assistant extends BaseService {
66
66
* the client instance.
67
67
*
68
68
* @param version Release date of the API version you want to use. Specify dates in YYYY-MM-DD
69
- * format. The current version is `2021-06-14 `.
69
+ * format. The current version is `2021-11-27 `.
70
70
*/
71
71
public Assistant (String version ) {
72
72
this (
@@ -80,7 +80,7 @@ public Assistant(String version) {
80
80
* authenticator are used to configure the client instance.
81
81
*
82
82
* @param version Release date of the API version you want to use. Specify dates in YYYY-MM-DD
83
- * format. The current version is `2021-06-14 `.
83
+ * format. The current version is `2021-11-27 `.
84
84
* @param authenticator the {@link Authenticator} instance to be configured for this client
85
85
*/
86
86
public Assistant (String version , Authenticator authenticator ) {
@@ -92,7 +92,7 @@ public Assistant(String version, Authenticator authenticator) {
92
92
* configure the client instance.
93
93
*
94
94
* @param version Release date of the API version you want to use. Specify dates in YYYY-MM-DD
95
- * format. The current version is `2021-06-14 `.
95
+ * format. The current version is `2021-11-27 `.
96
96
* @param serviceName the service name to be used when configuring the client instance
97
97
*/
98
98
public Assistant (String version , String serviceName ) {
@@ -104,7 +104,7 @@ public Assistant(String version, String serviceName) {
104
104
* are used to configure the client instance.
105
105
*
106
106
* @param version Release date of the API version you want to use. Specify dates in YYYY-MM-DD
107
- * format. The current version is `2021-06-14 `.
107
+ * format. The current version is `2021-11-27 `.
108
108
* @param serviceName the service name to be used when configuring the client instance
109
109
* @param authenticator the {@link Authenticator} instance to be configured for this client
110
110
*/
@@ -119,7 +119,7 @@ public Assistant(String version, String serviceName, Authenticator authenticator
119
119
* Gets the version.
120
120
*
121
121
* <p>Release date of the API version you want to use. Specify dates in YYYY-MM-DD format. The
122
- * current version is `2021-06-14 `.
122
+ * current version is `2021-11-27 `.
123
123
*
124
124
* @return the version
125
125
*/
0 commit comments