Skip to content

Commit 8488a0d

Browse files
1 parent 1c5d790 commit 8488a0d

File tree

5 files changed

+54
-6
lines changed

5 files changed

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ public final class GoogleCloudContactcenterinsightsV1ConversationQualityMetadata
4444
@com.google.api.client.util.Key
4545
private java.lang.Integer customerSatisfactionRating;
4646

47+
/**
48+
* Input only. The feedback labels associated with the conversation.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key
52+
private java.util.List<GoogleCloudContactcenterinsightsV1FeedbackLabel> feedbackLabels;
53+
4754
/**
4855
* An arbitrary string value specifying the menu path the customer took.
4956
* The value may be {@code null}.
@@ -92,6 +99,23 @@ public GoogleCloudContactcenterinsightsV1ConversationQualityMetadata setCustomer
9299
return this;
93100
}
94101

102+
/**
103+
* Input only. The feedback labels associated with the conversation.
104+
* @return value or {@code null} for none
105+
*/
106+
public java.util.List<GoogleCloudContactcenterinsightsV1FeedbackLabel> getFeedbackLabels() {
107+
return feedbackLabels;
108+
}
109+
110+
/**
111+
* Input only. The feedback labels associated with the conversation.
112+
* @param feedbackLabels feedbackLabels or {@code null} for none
113+
*/
114+
public GoogleCloudContactcenterinsightsV1ConversationQualityMetadata setFeedbackLabels(java.util.List<GoogleCloudContactcenterinsightsV1FeedbackLabel> feedbackLabels) {
115+
this.feedbackLabels = feedbackLabels;
116+
return this;
117+
}
118+
95119
/**
96120
* An arbitrary string value specifying the menu path the customer took.
97121
* @return value or {@code null} for none

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ public final class GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMe
4444
@com.google.api.client.util.Key
4545
private java.lang.Integer customerSatisfactionRating;
4646

47+
/**
48+
* Input only. The feedback labels associated with the conversation.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key
52+
private java.util.List<GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel> feedbackLabels;
53+
4754
/**
4855
* An arbitrary string value specifying the menu path the customer took.
4956
* The value may be {@code null}.
@@ -92,6 +99,23 @@ public GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadata setCu
9299
return this;
93100
}
94101

102+
/**
103+
* Input only. The feedback labels associated with the conversation.
104+
* @return value or {@code null} for none
105+
*/
106+
public java.util.List<GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel> getFeedbackLabels() {
107+
return feedbackLabels;
108+
}
109+
110+
/**
111+
* Input only. The feedback labels associated with the conversation.
112+
* @param feedbackLabels feedbackLabels or {@code null} for none
113+
*/
114+
public GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadata setFeedbackLabels(java.util.List<GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel> feedbackLabels) {
115+
this.feedbackLabels = feedbackLabels;
116+
return this;
117+
}
118+
95119
/**
96120
* An arbitrary string value specifying the menu path the customer took.
97121
* @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-rev20250729-2.0.0</version>
12-
<name>Contact Center AI Insights API v1-rev20250729-2.0.0</name>
11+
<version>v1-rev20250804-2.0.0</version>
12+
<name>Contact Center AI Insights API v1-rev20250804-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-rev20250729-2.0.0</version>
25+
<version>v1-rev20250804-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-rev20250729-2.0.0'
38+
implementation 'com.google.apis:google-api-services-contactcenterinsights:v1-rev20250804-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)