@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20250729 → 0.0.20250804
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +5 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://contactcenterinsights.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250804
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -321,6 +321,8 @@ declare namespace gapi.client {
|
|
|
321
321
|
agentInfo?: GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadataAgentInfo[];
|
|
322
322
|
/** An arbitrary integer value indicating the customer's satisfaction rating. */
|
|
323
323
|
customerSatisfactionRating?: number;
|
|
324
|
+
/** Input only. The feedback labels associated with the conversation. */
|
|
325
|
+
feedbackLabels?: GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel[];
|
|
324
326
|
/** An arbitrary string value specifying the menu path the customer took. */
|
|
325
327
|
menuPath?: string;
|
|
326
328
|
/** The amount of time the customer waited to connect with an agent. */
|
|
@@ -1676,6 +1678,8 @@ declare namespace gapi.client {
|
|
|
1676
1678
|
agentInfo?: GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo[];
|
|
1677
1679
|
/** An arbitrary integer value indicating the customer's satisfaction rating. */
|
|
1678
1680
|
customerSatisfactionRating?: number;
|
|
1681
|
+
/** Input only. The feedback labels associated with the conversation. */
|
|
1682
|
+
feedbackLabels?: GoogleCloudContactcenterinsightsV1FeedbackLabel[];
|
|
1679
1683
|
/** An arbitrary string value specifying the menu path the customer took. */
|
|
1680
1684
|
menuPath?: string;
|
|
1681
1685
|
/** The amount of time the customer waited to connect with an agent. */
|