Skip to content

Commit 664157f

Browse files
1 parent 0665035 commit 664157f

9 files changed

+236
-6
lines changed

clients/google-api-services-contactcenterinsights/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-contactcenterinsights</artifactId>
25-
<version>v1-rev20260327-2.0.0</version>
25+
<version>v1-rev20260401-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-contactcenterinsights:v1-rev20260327-2.0.0'
38+
implementation 'com.google.apis:google-api-services-contactcenterinsights:v1-rev20260401-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-contactcenterinsights/v1/2.0.0/com/google/api/services/contactcenterinsights/v1/model/GoogleCloudContactcenterinsightsV1Chart.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
@SuppressWarnings("javadoc")
3131
public final class GoogleCloudContactcenterinsightsV1Chart extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Optional action to be taken when the chart is clicked.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private GoogleCloudContactcenterinsightsV1ChartAction action;
39+
3340
/**
3441
* Output only. Chart type.
3542
* The value may be {@code null}.
@@ -114,6 +121,23 @@ public final class GoogleCloudContactcenterinsightsV1Chart extends com.google.ap
114121
@com.google.api.client.util.Key
115122
private java.lang.Integer width;
116123

124+
/**
125+
* Optional action to be taken when the chart is clicked.
126+
* @return value or {@code null} for none
127+
*/
128+
public GoogleCloudContactcenterinsightsV1ChartAction getAction() {
129+
return action;
130+
}
131+
132+
/**
133+
* Optional action to be taken when the chart is clicked.
134+
* @param action action or {@code null} for none
135+
*/
136+
public GoogleCloudContactcenterinsightsV1Chart setAction(GoogleCloudContactcenterinsightsV1ChartAction action) {
137+
this.action = action;
138+
return this;
139+
}
140+
117141
/**
118142
* Output only. Chart type.
119143
* @return value or {@code null} for none
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.contactcenterinsights.v1.model;
18+
19+
/**
20+
* The action to be taken when the chart is clicked.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Contact Center AI Insights API. For a detailed
24+
* explanation see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class GoogleCloudContactcenterinsightsV1ChartAction extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Redirect action.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private GoogleCloudContactcenterinsightsV1RedirectAction redirectAction;
39+
40+
/**
41+
* Redirect action.
42+
* @return value or {@code null} for none
43+
*/
44+
public GoogleCloudContactcenterinsightsV1RedirectAction getRedirectAction() {
45+
return redirectAction;
46+
}
47+
48+
/**
49+
* Redirect action.
50+
* @param redirectAction redirectAction or {@code null} for none
51+
*/
52+
public GoogleCloudContactcenterinsightsV1ChartAction setRedirectAction(GoogleCloudContactcenterinsightsV1RedirectAction redirectAction) {
53+
this.redirectAction = redirectAction;
54+
return this;
55+
}
56+
57+
@Override
58+
public GoogleCloudContactcenterinsightsV1ChartAction set(String fieldName, Object value) {
59+
return (GoogleCloudContactcenterinsightsV1ChartAction) super.set(fieldName, value);
60+
}
61+
62+
@Override
63+
public GoogleCloudContactcenterinsightsV1ChartAction clone() {
64+
return (GoogleCloudContactcenterinsightsV1ChartAction) super.clone();
65+
}
66+
67+
}

clients/google-api-services-contactcenterinsights/v1/2.0.0/com/google/api/services/contactcenterinsights/v1/model/GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ public final class GoogleCloudContactcenterinsightsV1ConversationQualityMetadata
7272
@com.google.api.client.util.Key
7373
private java.lang.String dispositionCode;
7474

75+
/**
76+
* The entry subagent's display name.
77+
* The value may be {@code null}.
78+
*/
79+
@com.google.api.client.util.Key
80+
private java.lang.String entrySubagentDisplayName;
81+
7582
/**
7683
* The agent's location.
7784
* The value may be {@code null}.
@@ -210,6 +217,23 @@ public GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo se
210217
return this;
211218
}
212219

220+
/**
221+
* The entry subagent's display name.
222+
* @return value or {@code null} for none
223+
*/
224+
public java.lang.String getEntrySubagentDisplayName() {
225+
return entrySubagentDisplayName;
226+
}
227+
228+
/**
229+
* The entry subagent's display name.
230+
* @param entrySubagentDisplayName entrySubagentDisplayName or {@code null} for none
231+
*/
232+
public GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo setEntrySubagentDisplayName(java.lang.String entrySubagentDisplayName) {
233+
this.entrySubagentDisplayName = entrySubagentDisplayName;
234+
return this;
235+
}
236+
213237
/**
214238
* The agent's location.
215239
* @return value or {@code null} for none
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.contactcenterinsights.v1.model;
18+
19+
/**
20+
* The redirect action to be taken when the chart is clicked.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Contact Center AI Insights API. For a detailed
24+
* explanation see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class GoogleCloudContactcenterinsightsV1RedirectAction extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* The relative path to redirect to.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String relativePath;
39+
40+
/**
41+
* The relative path to redirect to.
42+
* @return value or {@code null} for none
43+
*/
44+
public java.lang.String getRelativePath() {
45+
return relativePath;
46+
}
47+
48+
/**
49+
* The relative path to redirect to.
50+
* @param relativePath relativePath or {@code null} for none
51+
*/
52+
public GoogleCloudContactcenterinsightsV1RedirectAction setRelativePath(java.lang.String relativePath) {
53+
this.relativePath = relativePath;
54+
return this;
55+
}
56+
57+
@Override
58+
public GoogleCloudContactcenterinsightsV1RedirectAction set(String fieldName, Object value) {
59+
return (GoogleCloudContactcenterinsightsV1RedirectAction) super.set(fieldName, value);
60+
}
61+
62+
@Override
63+
public GoogleCloudContactcenterinsightsV1RedirectAction clone() {
64+
return (GoogleCloudContactcenterinsightsV1RedirectAction) super.clone();
65+
}
66+
67+
}

clients/google-api-services-contactcenterinsights/v1/2.0.0/com/google/api/services/contactcenterinsights/v1/model/GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadataAgentInfo.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ public final class GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMe
7272
@com.google.api.client.util.Key
7373
private java.lang.String dispositionCode;
7474

75+
/**
76+
* The entry subagent's display name.
77+
* The value may be {@code null}.
78+
*/
79+
@com.google.api.client.util.Key
80+
private java.lang.String entrySubagentDisplayName;
81+
7582
/**
7683
* The agent's location.
7784
* The value may be {@code null}.
@@ -210,6 +217,23 @@ public GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadataAgentI
210217
return this;
211218
}
212219

220+
/**
221+
* The entry subagent's display name.
222+
* @return value or {@code null} for none
223+
*/
224+
public java.lang.String getEntrySubagentDisplayName() {
225+
return entrySubagentDisplayName;
226+
}
227+
228+
/**
229+
* The entry subagent's display name.
230+
* @param entrySubagentDisplayName entrySubagentDisplayName or {@code null} for none
231+
*/
232+
public GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadataAgentInfo setEntrySubagentDisplayName(java.lang.String entrySubagentDisplayName) {
233+
this.entrySubagentDisplayName = entrySubagentDisplayName;
234+
return this;
235+
}
236+
213237
/**
214238
* The agent's location.
215239
* @return value or {@code null} for none

clients/google-api-services-contactcenterinsights/v1/2.0.0/com/google/api/services/contactcenterinsights/v1/model/GoogleCloudContactcenterinsightsV1mainConversationQualityMetadataAgentInfo.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ public final class GoogleCloudContactcenterinsightsV1mainConversationQualityMeta
7272
@com.google.api.client.util.Key
7373
private java.lang.String dispositionCode;
7474

75+
/**
76+
* The entry subagent's display name.
77+
* The value may be {@code null}.
78+
*/
79+
@com.google.api.client.util.Key
80+
private java.lang.String entrySubagentDisplayName;
81+
7582
/**
7683
* The agent's location.
7784
* The value may be {@code null}.
@@ -210,6 +217,23 @@ public GoogleCloudContactcenterinsightsV1mainConversationQualityMetadataAgentInf
210217
return this;
211218
}
212219

220+
/**
221+
* The entry subagent's display name.
222+
* @return value or {@code null} for none
223+
*/
224+
public java.lang.String getEntrySubagentDisplayName() {
225+
return entrySubagentDisplayName;
226+
}
227+
228+
/**
229+
* The entry subagent's display name.
230+
* @param entrySubagentDisplayName entrySubagentDisplayName or {@code null} for none
231+
*/
232+
public GoogleCloudContactcenterinsightsV1mainConversationQualityMetadataAgentInfo setEntrySubagentDisplayName(java.lang.String entrySubagentDisplayName) {
233+
this.entrySubagentDisplayName = entrySubagentDisplayName;
234+
return this;
235+
}
236+
213237
/**
214238
* The agent's location.
215239
* @return value or {@code null} for none

clients/google-api-services-contactcenterinsights/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-contactcenterinsights</artifactId>
11-
<version>v1-rev20260327-2.0.0</version>
12-
<name>Contact Center AI Insights API v1-rev20260327-2.0.0</name>
11+
<version>v1-rev20260401-2.0.0</version>
12+
<name>Contact Center AI Insights API v1-rev20260401-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-contactcenterinsights/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-contactcenterinsights</artifactId>
25-
<version>v1-rev20260327-2.0.0</version>
25+
<version>v1-rev20260401-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-contactcenterinsights:v1-rev20260327-2.0.0'
38+
implementation 'com.google.apis:google-api-services-contactcenterinsights:v1-rev20260401-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)