File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
src/apis/contactcenterinsights Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 53055305 }
53065306 }
53075307 },
5308- "revision": "20250729 ",
5308+ "revision": "20250804 ",
53095309 "rootUrl": "https://contactcenterinsights.googleapis.com/",
53105310 "schemas": {
53115311 "GoogleCloudContactcenterinsightsV1Analysis": {
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"
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"
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments