Skip to content

Commit 82565dd

Browse files
1 parent fe69db7 commit 82565dd

9 files changed

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

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11927,16 +11927,17 @@ public Patch setAllowMissing(java.lang.Boolean allowMissing) {
1192711927
* The list of fields to be updated. All possible fields can be updated by passing `*`, or
1192811928
* a subset of the following updateable fields can be provided: * `agent_id` *
1192911929
* `language_code` * `labels` * `metadata` * `quality_metadata` * `call_metadata` *
11930-
* `start_time` * `expire_time` or `ttl` * `data_source.gcs_source.audio_uri` or
11931-
* `data_source.dialogflow_source.audio_uri`
11930+
* `start_time` * `expire_time` or `ttl` * `data_source.gcs_source.audio_uri` or *
11931+
* `data_source.dialogflow_source.audio_uri` * `data_source.screen_recordings`
1193211932
*/
1193311933
@com.google.api.client.util.Key
1193411934
private String updateMask;
1193511935

1193611936
/** The list of fields to be updated. All possible fields can be updated by passing `*`, or a subset of
1193711937
the following updateable fields can be provided: * `agent_id` * `language_code` * `labels` *
1193811938
`metadata` * `quality_metadata` * `call_metadata` * `start_time` * `expire_time` or `ttl` *
11939-
`data_source.gcs_source.audio_uri` or `data_source.dialogflow_source.audio_uri`
11939+
`data_source.gcs_source.audio_uri` or * `data_source.dialogflow_source.audio_uri` *
11940+
`data_source.screen_recordings`
1194011941
*/
1194111942
public String getUpdateMask() {
1194211943
return updateMask;
@@ -11946,8 +11947,8 @@ public String getUpdateMask() {
1194611947
* The list of fields to be updated. All possible fields can be updated by passing `*`, or
1194711948
* a subset of the following updateable fields can be provided: * `agent_id` *
1194811949
* `language_code` * `labels` * `metadata` * `quality_metadata` * `call_metadata` *
11949-
* `start_time` * `expire_time` or `ttl` * `data_source.gcs_source.audio_uri` or
11950-
* `data_source.dialogflow_source.audio_uri`
11950+
* `start_time` * `expire_time` or `ttl` * `data_source.gcs_source.audio_uri` or *
11951+
* `data_source.dialogflow_source.audio_uri` * `data_source.screen_recordings`
1195111952
*/
1195211953
public Patch setUpdateMask(String updateMask) {
1195311954
this.updateMask = updateMask;

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

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,6 @@ public final class GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue extends
7373
@com.google.api.client.util.Key
7474
private java.lang.Double potentialScore;
7575

76-
/**
77-
* Output only. The rationale for the answer. This field is only populated for answers that are
78-
* generated by the LLM. Manual edits currently do not have rationales.
79-
* The value may be {@code null}.
80-
*/
81-
@com.google.api.client.util.Key
82-
private GoogleCloudContactcenterinsightsV1QaAnswerAnswerValueQaAnswerRationale rationale;
83-
8476
/**
8577
* Output only. Numerical score of the answer.
8678
* The value may be {@code null}.
@@ -206,25 +198,6 @@ public GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue setPotentialScore(j
206198
return this;
207199
}
208200

209-
/**
210-
* Output only. The rationale for the answer. This field is only populated for answers that are
211-
* generated by the LLM. Manual edits currently do not have rationales.
212-
* @return value or {@code null} for none
213-
*/
214-
public GoogleCloudContactcenterinsightsV1QaAnswerAnswerValueQaAnswerRationale getRationale() {
215-
return rationale;
216-
}
217-
218-
/**
219-
* Output only. The rationale for the answer. This field is only populated for answers that are
220-
* generated by the LLM. Manual edits currently do not have rationales.
221-
* @param rationale rationale or {@code null} for none
222-
*/
223-
public GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue setRationale(GoogleCloudContactcenterinsightsV1QaAnswerAnswerValueQaAnswerRationale rationale) {
224-
this.rationale = rationale;
225-
return this;
226-
}
227-
228201
/**
229202
* Output only. Numerical score of the answer.
230203
* @return value or {@code null} for none

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

Lines changed: 0 additions & 67 deletions
This file was deleted.

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
@@ -101,6 +101,16 @@ public final class GoogleCloudContactcenterinsightsV1Settings extends com.google
101101
@com.google.api.client.util.Key
102102
private GoogleCloudContactcenterinsightsV1RedactionConfig redactionConfig;
103103

104+
/**
105+
* Optional. The path to a Cloud Storage bucket containing conversation screen recordings. If
106+
* provided, Insights will search in the bucket for a screen recording file matching the
107+
* conversation data source object name prefix. If matches are found, these file URIs will be
108+
* stored in the conversation screen recordings field.
109+
* The value may be {@code null}.
110+
*/
111+
@com.google.api.client.util.Key
112+
private java.lang.String screenRecordingBucketUri;
113+
104114
/**
105115
* Optional. Default Speech-to-Text resources to use while ingesting audio files. Optional, CCAI
106116
* Insights will create a default if not provided. This applies to conversations ingested from the
@@ -273,6 +283,29 @@ public GoogleCloudContactcenterinsightsV1Settings setRedactionConfig(GoogleCloud
273283
return this;
274284
}
275285

286+
/**
287+
* Optional. The path to a Cloud Storage bucket containing conversation screen recordings. If
288+
* provided, Insights will search in the bucket for a screen recording file matching the
289+
* conversation data source object name prefix. If matches are found, these file URIs will be
290+
* stored in the conversation screen recordings field.
291+
* @return value or {@code null} for none
292+
*/
293+
public java.lang.String getScreenRecordingBucketUri() {
294+
return screenRecordingBucketUri;
295+
}
296+
297+
/**
298+
* Optional. The path to a Cloud Storage bucket containing conversation screen recordings. If
299+
* provided, Insights will search in the bucket for a screen recording file matching the
300+
* conversation data source object name prefix. If matches are found, these file URIs will be
301+
* stored in the conversation screen recordings field.
302+
* @param screenRecordingBucketUri screenRecordingBucketUri or {@code null} for none
303+
*/
304+
public GoogleCloudContactcenterinsightsV1Settings setScreenRecordingBucketUri(java.lang.String screenRecordingBucketUri) {
305+
this.screenRecordingBucketUri = screenRecordingBucketUri;
306+
return this;
307+
}
308+
276309
/**
277310
* Optional. Default Speech-to-Text resources to use while ingesting audio files. Optional, CCAI
278311
* Insights will create a default if not provided. This applies to conversations ingested from the

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

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,6 @@ public final class GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue e
7373
@com.google.api.client.util.Key
7474
private java.lang.Double potentialScore;
7575

76-
/**
77-
* Output only. The rationale for the answer. This field is only populated for answers that are
78-
* generated by the LLM. Manual edits currently do not have rationales.
79-
* The value may be {@code null}.
80-
*/
81-
@com.google.api.client.util.Key
82-
private GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValueQaAnswerRationale rationale;
83-
8476
/**
8577
* Output only. Numerical score of the answer.
8678
* The value may be {@code null}.
@@ -206,25 +198,6 @@ public GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue setPotentialS
206198
return this;
207199
}
208200

209-
/**
210-
* Output only. The rationale for the answer. This field is only populated for answers that are
211-
* generated by the LLM. Manual edits currently do not have rationales.
212-
* @return value or {@code null} for none
213-
*/
214-
public GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValueQaAnswerRationale getRationale() {
215-
return rationale;
216-
}
217-
218-
/**
219-
* Output only. The rationale for the answer. This field is only populated for answers that are
220-
* generated by the LLM. Manual edits currently do not have rationales.
221-
* @param rationale rationale or {@code null} for none
222-
*/
223-
public GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue setRationale(GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValueQaAnswerRationale rationale) {
224-
this.rationale = rationale;
225-
return this;
226-
}
227-
228201
/**
229202
* Output only. Numerical score of the answer.
230203
* @return value or {@code null} for none

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

Lines changed: 0 additions & 67 deletions
This file was deleted.

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-rev20250926-2.0.0</version>
12-
<name>Contact Center AI Insights API v1-rev20250926-2.0.0</name>
11+
<version>v1-rev20251007-2.0.0</version>
12+
<name>Contact Center AI Insights API v1-rev20251007-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-rev20250926-2.0.0</version>
25+
<version>v1-rev20251007-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-rev20250926-2.0.0'
38+
implementation 'com.google.apis:google-api-services-contactcenterinsights:v1-rev20251007-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)