File tree Expand file tree Collapse file tree 5 files changed +54
-6
lines changed
clients/google-api-services-contactcenterinsights/v1
com/google/api/services/contactcenterinsights/v1/model Expand file tree Collapse file tree 5 files changed +54
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-contactcenterinsights</artifactId >
25
- <version >v1-rev20250729 -2.0.0</version >
25
+ <version >v1-rev20250804 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -44,6 +44,13 @@ public final class GoogleCloudContactcenterinsightsV1ConversationQualityMetadata
44
44
@ com .google .api .client .util .Key
45
45
private java .lang .Integer customerSatisfactionRating ;
46
46
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
+
47
54
/**
48
55
* An arbitrary string value specifying the menu path the customer took.
49
56
* The value may be {@code null}.
@@ -92,6 +99,23 @@ public GoogleCloudContactcenterinsightsV1ConversationQualityMetadata setCustomer
92
99
return this ;
93
100
}
94
101
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
+
95
119
/**
96
120
* An arbitrary string value specifying the menu path the customer took.
97
121
* @return value or {@code null} for none
Original file line number Diff line number Diff line change @@ -44,6 +44,13 @@ public final class GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMe
44
44
@ com .google .api .client .util .Key
45
45
private java .lang .Integer customerSatisfactionRating ;
46
46
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
+
47
54
/**
48
55
* An arbitrary string value specifying the menu path the customer took.
49
56
* The value may be {@code null}.
@@ -92,6 +99,23 @@ public GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadata setCu
92
99
return this ;
93
100
}
94
101
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
+
95
119
/**
96
120
* An arbitrary string value specifying the menu path the customer took.
97
121
* @return value or {@code null} for none
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-contactcenterinsights</artifactId >
25
- <version >v1-rev20250729 -2.0.0</version >
25
+ <version >v1-rev20250804 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments