Skip to content

Commit 369f05a

Browse files
feat(contactcenterinsights): update the API
#### contactcenterinsights:v1 The following keys were added: - schemas.GoogleCloudContactcenterinsightsV1ConversationQualityMetadata.properties.feedbackLabels.description - schemas.GoogleCloudContactcenterinsightsV1ConversationQualityMetadata.properties.feedbackLabels.items.$ref - schemas.GoogleCloudContactcenterinsightsV1ConversationQualityMetadata.properties.feedbackLabels.type - schemas.GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadata.properties.feedbackLabels.description - schemas.GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadata.properties.feedbackLabels.items.$ref - schemas.GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadata.properties.feedbackLabels.type
1 parent 88d33a9 commit 369f05a

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

discovery/contactcenterinsights-v1.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5305,7 +5305,7 @@
53055305
}
53065306
}
53075307
},
5308-
"revision": "20250729",
5308+
"revision": "20250804",
53095309
"rootUrl": "https://contactcenterinsights.googleapis.com/",
53105310
"schemas": {
53115311
"GoogleCloudContactcenterinsightsV1Analysis": {
@@ -6656,6 +6656,13 @@
66566656
"format": "int32",
66576657
"type": "integer"
66586658
},
6659+
"feedbackLabels": {
6660+
"description": "Input only. The feedback labels associated with the conversation.",
6661+
"items": {
6662+
"$ref": "GoogleCloudContactcenterinsightsV1FeedbackLabel"
6663+
},
6664+
"type": "array"
6665+
},
66596666
"menuPath": {
66606667
"description": "An arbitrary string value specifying the menu path the customer took.",
66616668
"type": "string"
@@ -11080,6 +11087,13 @@
1108011087
"format": "int32",
1108111088
"type": "integer"
1108211089
},
11090+
"feedbackLabels": {
11091+
"description": "Input only. The feedback labels associated with the conversation.",
11092+
"items": {
11093+
"$ref": "GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel"
11094+
},
11095+
"type": "array"
11096+
},
1108311097
"menuPath": {
1108411098
"description": "An arbitrary string value specifying the menu path the customer took.",
1108511099
"type": "string"

src/apis/contactcenterinsights/v1.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,10 @@ export namespace contactcenterinsights_v1 {
740740
* An arbitrary integer value indicating the customer's satisfaction rating.
741741
*/
742742
customerSatisfactionRating?: number | null;
743+
/**
744+
* Input only. The feedback labels associated with the conversation.
745+
*/
746+
feedbackLabels?: Schema$GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel[];
743747
/**
744748
* An arbitrary string value specifying the menu path the customer took.
745749
*/
@@ -3618,6 +3622,10 @@ export namespace contactcenterinsights_v1 {
36183622
* An arbitrary integer value indicating the customer's satisfaction rating.
36193623
*/
36203624
customerSatisfactionRating?: number | null;
3625+
/**
3626+
* Input only. The feedback labels associated with the conversation.
3627+
*/
3628+
feedbackLabels?: Schema$GoogleCloudContactcenterinsightsV1FeedbackLabel[];
36213629
/**
36223630
* An arbitrary string value specifying the menu path the customer took.
36233631
*/

0 commit comments

Comments
 (0)