@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20250811 → 0.1.20250818
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 +6 -2
- package/package.json +1 -1
- package/readme.md +2 -0
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: 20250818
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -916,6 +916,8 @@ declare namespace gapi.client {
|
|
|
916
916
|
potentialScore?: number;
|
|
917
917
|
/** Output only. Numerical score of the answer. */
|
|
918
918
|
score?: number;
|
|
919
|
+
/** Output only. A value of "Skip". If provided, this field may only be set to `true`. If a question receives this answer, it will be excluded from any score calculations. This would mean that the question was not evaluated. */
|
|
920
|
+
skipValue?: boolean;
|
|
919
921
|
/** String value. */
|
|
920
922
|
strValue?: string;
|
|
921
923
|
}
|
|
@@ -2441,6 +2443,8 @@ declare namespace gapi.client {
|
|
|
2441
2443
|
potentialScore?: number;
|
|
2442
2444
|
/** Output only. Numerical score of the answer. */
|
|
2443
2445
|
score?: number;
|
|
2446
|
+
/** Output only. A value of "Skip". If provided, this field may only be set to `true`. If a question receives this answer, it will be excluded from any score calculations. This would mean that the question was not evaluated. */
|
|
2447
|
+
skipValue?: boolean;
|
|
2444
2448
|
/** String value. */
|
|
2445
2449
|
strValue?: string;
|
|
2446
2450
|
}
|
|
@@ -8755,7 +8759,7 @@ declare namespace gapi.client {
|
|
|
8755
8759
|
callback?: string;
|
|
8756
8760
|
/** Selector specifying which fields to include in a partial response. */
|
|
8757
8761
|
fields?: string;
|
|
8758
|
-
/** Optional. A filter to reduce results to a specific subset. Supports
|
|
8762
|
+
/** Optional. A filter to reduce results to a specific subset. Supports conjunctions (ie. AND operators). Supported fields include the following: * `project_id` - id of the project to list tags for * `qa_scorecard_id` - id of the scorecard to list tags for * `revision_id` - id of the scorecard revision to list tags for` * `qa_question_id - id of the question to list tags for` */
|
|
8759
8763
|
filter?: string;
|
|
8760
8764
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
8761
8765
|
key?: string;
|
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -70,3 +70,5 @@ After that you can use Contact Center AI Insights API resources: <!-- TODO: make
|
|
|
70
70
|
```typescript
|
|
71
71
|
|
|
72
72
|
```
|
|
73
|
+
|
|
74
|
+
For provenance information see [Provenance section on NPM](https://www.npmjs.com/package/@maxim_mazurok/gapi.client.contactcenterinsights-v1#Provenance:~:text=none-,Provenance,-Built%20and%20signed)
|