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 5305
5305
}
5306
5306
}
5307
5307
},
5308
- "revision": "20250729 ",
5308
+ "revision": "20250804 ",
5309
5309
"rootUrl": "https://contactcenterinsights.googleapis.com/",
5310
5310
"schemas": {
5311
5311
"GoogleCloudContactcenterinsightsV1Analysis": {
6656
6656
"format": "int32",
6657
6657
"type": "integer"
6658
6658
},
6659
+ "feedbackLabels": {
6660
+ "description": "Input only. The feedback labels associated with the conversation.",
6661
+ "items": {
6662
+ "$ref": "GoogleCloudContactcenterinsightsV1FeedbackLabel"
6663
+ },
6664
+ "type": "array"
6665
+ },
6659
6666
"menuPath": {
6660
6667
"description": "An arbitrary string value specifying the menu path the customer took.",
6661
6668
"type": "string"
11080
11087
"format": "int32",
11081
11088
"type": "integer"
11082
11089
},
11090
+ "feedbackLabels": {
11091
+ "description": "Input only. The feedback labels associated with the conversation.",
11092
+ "items": {
11093
+ "$ref": "GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel"
11094
+ },
11095
+ "type": "array"
11096
+ },
11083
11097
"menuPath": {
11084
11098
"description": "An arbitrary string value specifying the menu path the customer took.",
11085
11099
"type": "string"
Original file line number Diff line number Diff line change @@ -740,6 +740,10 @@ export namespace contactcenterinsights_v1 {
740
740
* An arbitrary integer value indicating the customer's satisfaction rating.
741
741
*/
742
742
customerSatisfactionRating?: number | null;
743
+ /**
744
+ * Input only. The feedback labels associated with the conversation.
745
+ */
746
+ feedbackLabels?: Schema$GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel[];
743
747
/**
744
748
* An arbitrary string value specifying the menu path the customer took.
745
749
*/
@@ -3618,6 +3622,10 @@ export namespace contactcenterinsights_v1 {
3618
3622
* An arbitrary integer value indicating the customer's satisfaction rating.
3619
3623
*/
3620
3624
customerSatisfactionRating?: number | null;
3625
+ /**
3626
+ * Input only. The feedback labels associated with the conversation.
3627
+ */
3628
+ feedbackLabels?: Schema$GoogleCloudContactcenterinsightsV1FeedbackLabel[];
3621
3629
/**
3622
3630
* An arbitrary string value specifying the menu path the customer took.
3623
3631
*/
You can’t perform that action at this time.
0 commit comments