Skip to content

Commit f9f0bd0

Browse files
chore: regenerate contactcenterinsights client (#31111)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent c7c1116 commit f9f0bd0

12 files changed

+374
-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-rev20260219-2.0.0</version>
25+
<version>v1-rev20260309-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-rev20260219-2.0.0'
38+
implementation 'com.google.apis:google-api-services-contactcenterinsights:v1-rev20260309-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ public final class GoogleCloudContactcenterinsightsV1ConversationDataSource exte
5151
@com.google.api.client.util.Key
5252
private java.lang.String metadataUri;
5353

54+
/**
55+
* Cloud Storage URIs that points to files that contain the conversation audio for each turn.
56+
* Assume the order of the URIs is the same as the order of the transcript turns.
57+
* The value may be {@code null}.
58+
*/
59+
@com.google.api.client.util.Key
60+
private java.util.List<GoogleCloudContactcenterinsightsV1ConversationDataSourceTurnLevelAudio> turnLevelAudios;
61+
5462
/**
5563
* The source when the conversation comes from Dialogflow.
5664
* @return value or {@code null} for none
@@ -102,6 +110,25 @@ public GoogleCloudContactcenterinsightsV1ConversationDataSource setMetadataUri(j
102110
return this;
103111
}
104112

113+
/**
114+
* Cloud Storage URIs that points to files that contain the conversation audio for each turn.
115+
* Assume the order of the URIs is the same as the order of the transcript turns.
116+
* @return value or {@code null} for none
117+
*/
118+
public java.util.List<GoogleCloudContactcenterinsightsV1ConversationDataSourceTurnLevelAudio> getTurnLevelAudios() {
119+
return turnLevelAudios;
120+
}
121+
122+
/**
123+
* Cloud Storage URIs that points to files that contain the conversation audio for each turn.
124+
* Assume the order of the URIs is the same as the order of the transcript turns.
125+
* @param turnLevelAudios turnLevelAudios or {@code null} for none
126+
*/
127+
public GoogleCloudContactcenterinsightsV1ConversationDataSource setTurnLevelAudios(java.util.List<GoogleCloudContactcenterinsightsV1ConversationDataSourceTurnLevelAudio> turnLevelAudios) {
128+
this.turnLevelAudios = turnLevelAudios;
129+
return this;
130+
}
131+
105132
@Override
106133
public GoogleCloudContactcenterinsightsV1ConversationDataSource set(String fieldName, Object value) {
107134
return (GoogleCloudContactcenterinsightsV1ConversationDataSource) super.set(fieldName, value);

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@ public final class GoogleCloudContactcenterinsightsV1ConversationTranscriptTrans
9090
@com.google.api.client.util.Key
9191
private java.lang.String text;
9292

93+
/**
94+
* Turn level audio for this transcript segment.
95+
* The value may be {@code null}.
96+
*/
97+
@com.google.api.client.util.Key
98+
private GoogleCloudContactcenterinsightsV1ConversationDataSourceTurnLevelAudio turnLevelAudio;
99+
93100
/**
94101
* A list of the word-specific information for each word in the segment.
95102
* The value may be {@code null}.
@@ -241,6 +248,23 @@ public GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegment
241248
return this;
242249
}
243250

251+
/**
252+
* Turn level audio for this transcript segment.
253+
* @return value or {@code null} for none
254+
*/
255+
public GoogleCloudContactcenterinsightsV1ConversationDataSourceTurnLevelAudio getTurnLevelAudio() {
256+
return turnLevelAudio;
257+
}
258+
259+
/**
260+
* Turn level audio for this transcript segment.
261+
* @param turnLevelAudio turnLevelAudio or {@code null} for none
262+
*/
263+
public GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegment setTurnLevelAudio(GoogleCloudContactcenterinsightsV1ConversationDataSourceTurnLevelAudio turnLevelAudio) {
264+
this.turnLevelAudio = turnLevelAudio;
265+
return this;
266+
}
267+
244268
/**
245269
* A list of the word-specific information for each word in the segment.
246270
* @return value or {@code null} for none

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

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,16 @@ public final class GoogleCloudContactcenterinsightsV1Settings extends com.google
121121
@com.google.api.client.util.Key
122122
private GoogleCloudContactcenterinsightsV1SpeechConfig speechConfig;
123123

124+
/**
125+
* Optional. The time zone applied to the project. This is a string representation of the time
126+
* zone, for example, "America/New_York". This field follows the IANA TZ database format. See
127+
* https://www.iana.org/time-zones for a list of valid values. If no value is set the user time
128+
* zone will be used.
129+
* The value may be {@code null}.
130+
*/
131+
@com.google.api.client.util.Key
132+
private java.lang.String timeZone;
133+
124134
/**
125135
* Output only. The time at which the settings were last updated.
126136
* The value may be {@code null}.
@@ -329,6 +339,29 @@ public GoogleCloudContactcenterinsightsV1Settings setSpeechConfig(GoogleCloudCon
329339
return this;
330340
}
331341

342+
/**
343+
* Optional. The time zone applied to the project. This is a string representation of the time
344+
* zone, for example, "America/New_York". This field follows the IANA TZ database format. See
345+
* https://www.iana.org/time-zones for a list of valid values. If no value is set the user time
346+
* zone will be used.
347+
* @return value or {@code null} for none
348+
*/
349+
public java.lang.String getTimeZone() {
350+
return timeZone;
351+
}
352+
353+
/**
354+
* Optional. The time zone applied to the project. This is a string representation of the time
355+
* zone, for example, "America/New_York". This field follows the IANA TZ database format. See
356+
* https://www.iana.org/time-zones for a list of valid values. If no value is set the user time
357+
* zone will be used.
358+
* @param timeZone timeZone or {@code null} for none
359+
*/
360+
public GoogleCloudContactcenterinsightsV1Settings setTimeZone(java.lang.String timeZone) {
361+
this.timeZone = timeZone;
362+
return this;
363+
}
364+
332365
/**
333366
* Output only. The time at which the settings were last updated.
334367
* @return value or {@code null} for none

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ public final class GoogleCloudContactcenterinsightsV1alpha1ConversationDataSourc
5151
@com.google.api.client.util.Key
5252
private java.lang.String metadataUri;
5353

54+
/**
55+
* Cloud Storage URIs that points to files that contain the conversation audio for each turn.
56+
* Assume the order of the URIs is the same as the order of the transcript turns.
57+
* The value may be {@code null}.
58+
*/
59+
@com.google.api.client.util.Key
60+
private java.util.List<GoogleCloudContactcenterinsightsV1alpha1ConversationDataSourceTurnLevelAudio> turnLevelAudios;
61+
5462
/**
5563
* The source when the conversation comes from Dialogflow.
5664
* @return value or {@code null} for none
@@ -102,6 +110,25 @@ public GoogleCloudContactcenterinsightsV1alpha1ConversationDataSource setMetadat
102110
return this;
103111
}
104112

113+
/**
114+
* Cloud Storage URIs that points to files that contain the conversation audio for each turn.
115+
* Assume the order of the URIs is the same as the order of the transcript turns.
116+
* @return value or {@code null} for none
117+
*/
118+
public java.util.List<GoogleCloudContactcenterinsightsV1alpha1ConversationDataSourceTurnLevelAudio> getTurnLevelAudios() {
119+
return turnLevelAudios;
120+
}
121+
122+
/**
123+
* Cloud Storage URIs that points to files that contain the conversation audio for each turn.
124+
* Assume the order of the URIs is the same as the order of the transcript turns.
125+
* @param turnLevelAudios turnLevelAudios or {@code null} for none
126+
*/
127+
public GoogleCloudContactcenterinsightsV1alpha1ConversationDataSource setTurnLevelAudios(java.util.List<GoogleCloudContactcenterinsightsV1alpha1ConversationDataSourceTurnLevelAudio> turnLevelAudios) {
128+
this.turnLevelAudios = turnLevelAudios;
129+
return this;
130+
}
131+
105132
@Override
106133
public GoogleCloudContactcenterinsightsV1alpha1ConversationDataSource set(String fieldName, Object value) {
107134
return (GoogleCloudContactcenterinsightsV1alpha1ConversationDataSource) super.set(fieldName, value);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
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+
* A wrapper for holding the audio for any given turn.
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 GoogleCloudContactcenterinsightsV1alpha1ConversationDataSourceTurnLevelAudio extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* The duration of the audio.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private String audioDuration;
39+
40+
/**
41+
* The Cloud Storage URI of the audio for any given turn.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private java.lang.String audioGcsUri;
46+
47+
/**
48+
* The duration of the audio.
49+
* @return value or {@code null} for none
50+
*/
51+
public String getAudioDuration() {
52+
return audioDuration;
53+
}
54+
55+
/**
56+
* The duration of the audio.
57+
* @param audioDuration audioDuration or {@code null} for none
58+
*/
59+
public GoogleCloudContactcenterinsightsV1alpha1ConversationDataSourceTurnLevelAudio setAudioDuration(String audioDuration) {
60+
this.audioDuration = audioDuration;
61+
return this;
62+
}
63+
64+
/**
65+
* The Cloud Storage URI of the audio for any given turn.
66+
* @return value or {@code null} for none
67+
*/
68+
public java.lang.String getAudioGcsUri() {
69+
return audioGcsUri;
70+
}
71+
72+
/**
73+
* The Cloud Storage URI of the audio for any given turn.
74+
* @param audioGcsUri audioGcsUri or {@code null} for none
75+
*/
76+
public GoogleCloudContactcenterinsightsV1alpha1ConversationDataSourceTurnLevelAudio setAudioGcsUri(java.lang.String audioGcsUri) {
77+
this.audioGcsUri = audioGcsUri;
78+
return this;
79+
}
80+
81+
@Override
82+
public GoogleCloudContactcenterinsightsV1alpha1ConversationDataSourceTurnLevelAudio set(String fieldName, Object value) {
83+
return (GoogleCloudContactcenterinsightsV1alpha1ConversationDataSourceTurnLevelAudio) super.set(fieldName, value);
84+
}
85+
86+
@Override
87+
public GoogleCloudContactcenterinsightsV1alpha1ConversationDataSourceTurnLevelAudio clone() {
88+
return (GoogleCloudContactcenterinsightsV1alpha1ConversationDataSourceTurnLevelAudio) super.clone();
89+
}
90+
91+
}

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@ public final class GoogleCloudContactcenterinsightsV1alpha1ConversationTranscrip
9090
@com.google.api.client.util.Key
9191
private java.lang.String text;
9292

93+
/**
94+
* Turn level audio for this transcript segment.
95+
* The value may be {@code null}.
96+
*/
97+
@com.google.api.client.util.Key
98+
private GoogleCloudContactcenterinsightsV1alpha1ConversationDataSourceTurnLevelAudio turnLevelAudio;
99+
93100
/**
94101
* A list of the word-specific information for each word in the segment.
95102
* The value may be {@code null}.
@@ -241,6 +248,23 @@ public GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptS
241248
return this;
242249
}
243250

251+
/**
252+
* Turn level audio for this transcript segment.
253+
* @return value or {@code null} for none
254+
*/
255+
public GoogleCloudContactcenterinsightsV1alpha1ConversationDataSourceTurnLevelAudio getTurnLevelAudio() {
256+
return turnLevelAudio;
257+
}
258+
259+
/**
260+
* Turn level audio for this transcript segment.
261+
* @param turnLevelAudio turnLevelAudio or {@code null} for none
262+
*/
263+
public GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegment setTurnLevelAudio(GoogleCloudContactcenterinsightsV1alpha1ConversationDataSourceTurnLevelAudio turnLevelAudio) {
264+
this.turnLevelAudio = turnLevelAudio;
265+
return this;
266+
}
267+
244268
/**
245269
* A list of the word-specific information for each word in the segment.
246270
* @return value or {@code null} for none

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ public final class GoogleCloudContactcenterinsightsV1mainConversationDataSource
5151
@com.google.api.client.util.Key
5252
private java.lang.String metadataUri;
5353

54+
/**
55+
* Cloud Storage URIs that points to files that contain the conversation audio for each turn.
56+
* Assume the order of the URIs is the same as the order of the transcript turns.
57+
* The value may be {@code null}.
58+
*/
59+
@com.google.api.client.util.Key
60+
private java.util.List<GoogleCloudContactcenterinsightsV1mainConversationDataSourceTurnLevelAudio> turnLevelAudios;
61+
5462
/**
5563
* The source when the conversation comes from Dialogflow.
5664
* @return value or {@code null} for none
@@ -102,6 +110,25 @@ public GoogleCloudContactcenterinsightsV1mainConversationDataSource setMetadataU
102110
return this;
103111
}
104112

113+
/**
114+
* Cloud Storage URIs that points to files that contain the conversation audio for each turn.
115+
* Assume the order of the URIs is the same as the order of the transcript turns.
116+
* @return value or {@code null} for none
117+
*/
118+
public java.util.List<GoogleCloudContactcenterinsightsV1mainConversationDataSourceTurnLevelAudio> getTurnLevelAudios() {
119+
return turnLevelAudios;
120+
}
121+
122+
/**
123+
* Cloud Storage URIs that points to files that contain the conversation audio for each turn.
124+
* Assume the order of the URIs is the same as the order of the transcript turns.
125+
* @param turnLevelAudios turnLevelAudios or {@code null} for none
126+
*/
127+
public GoogleCloudContactcenterinsightsV1mainConversationDataSource setTurnLevelAudios(java.util.List<GoogleCloudContactcenterinsightsV1mainConversationDataSourceTurnLevelAudio> turnLevelAudios) {
128+
this.turnLevelAudios = turnLevelAudios;
129+
return this;
130+
}
131+
105132
@Override
106133
public GoogleCloudContactcenterinsightsV1mainConversationDataSource set(String fieldName, Object value) {
107134
return (GoogleCloudContactcenterinsightsV1mainConversationDataSource) super.set(fieldName, value);

0 commit comments

Comments
 (0)