@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20250303 → 0.0.20250320

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.
Files changed (2) hide show
  1. package/index.d.ts +109 -1
  2. 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: 20250303
12
+ // Revision: 20250320
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -193,6 +193,19 @@ declare namespace gapi.client {
193
193
  parent?: string;
194
194
  }
195
195
  interface GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsResponse {}
196
+ interface GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsMetadata {
197
+ /** Partial errors during deletion operation that might cause the operation output to be incomplete. */
198
+ partialErrors?: GoogleRpcStatus[];
199
+ /** Output only. The original request for delete. */
200
+ request?: GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsRequest;
201
+ }
202
+ interface GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsRequest {
203
+ /** Optional. A filter to reduce results to a specific subset. Supports disjunctions (OR) and conjunctions (AND). Supported fields: * `issue_model_id` * `qa_question_id` * `qa_scorecard_id` * `min_create_time` * `max_create_time` * `min_update_time` * `max_update_time` * `feedback_label_type`: QUALITY_AI, TOPIC_MODELING */
204
+ filter?: string;
205
+ /** Required. The parent resource for new feedback labels. */
206
+ parent?: string;
207
+ }
208
+ interface GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsResponse {}
196
209
  interface GoogleCloudContactcenterinsightsV1alpha1CallAnnotation {
197
210
  /** The boundary in the conversation where the annotation ends, inclusive. */
198
211
  annotationEndBoundary?: GoogleCloudContactcenterinsightsV1alpha1AnnotationBoundary;
@@ -974,6 +987,11 @@ declare namespace gapi.client {
974
987
  /** The data points that make up the time series . */
975
988
  dataPoints?: GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPoint[];
976
989
  }
990
+ interface GoogleCloudContactcenterinsightsV1alpha1QueryPerformanceOverviewMetadata {}
991
+ interface GoogleCloudContactcenterinsightsV1alpha1QueryPerformanceOverviewResponse {
992
+ /** The summary text of the performance. */
993
+ summaryText?: string;
994
+ }
977
995
  interface GoogleCloudContactcenterinsightsV1alpha1RedactionConfig {
978
996
  /** The fully-qualified DLP deidentify template resource name. Format: `projects/{project}/deidentifyTemplates/{template}` */
979
997
  deidentifyTemplate?: string;
@@ -1263,6 +1281,19 @@ declare namespace gapi.client {
1263
1281
  parent?: string;
1264
1282
  }
1265
1283
  interface GoogleCloudContactcenterinsightsV1BulkDeleteConversationsResponse {}
1284
+ interface GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsMetadata {
1285
+ /** Partial errors during deletion operation that might cause the operation output to be incomplete. */
1286
+ partialErrors?: GoogleRpcStatus[];
1287
+ /** Output only. The original request for delete. */
1288
+ request?: GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest;
1289
+ }
1290
+ interface GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest {
1291
+ /** Optional. A filter to reduce results to a specific subset. Supports disjunctions (OR) and conjunctions (AND). Supported fields: * `issue_model_id` * `qa_question_id` * `qa_scorecard_id` * `min_create_time` * `max_create_time` * `min_update_time` * `max_update_time` * `feedback_label_type`: QUALITY_AI, TOPIC_MODELING */
1292
+ filter?: string;
1293
+ /** Required. The parent resource for new feedback labels. */
1294
+ parent?: string;
1295
+ }
1296
+ interface GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsResponse {}
1266
1297
  interface GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsMetadata {
1267
1298
  /** Output only. The time the operation was created. */
1268
1299
  createTime?: string;
@@ -1298,6 +1329,8 @@ declare namespace gapi.client {
1298
1329
  maxDownloadCount?: number;
1299
1330
  /** Required. The parent resource for new feedback labels. */
1300
1331
  parent?: string;
1332
+ /** A sheets document destination. */
1333
+ sheetsDestination?: GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestSheetsDestination;
1301
1334
  /** Optional. If set, a template for labeling conversations and scorecard questions will be created from the conversation_filter and the questions under the scorecard(s). The feedback label `filter` will be ignored. */
1302
1335
  templateQaScorecardId?: string[];
1303
1336
  }
@@ -1313,10 +1346,18 @@ declare namespace gapi.client {
1313
1346
  /** Optional. The number of records per file. Applicable for either format. */
1314
1347
  recordsPerFileCount?: string;
1315
1348
  }
1349
+ interface GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestSheetsDestination {
1350
+ /** Optional. The title of the new sheet to write the feedback labels to. */
1351
+ sheetTitle?: string;
1352
+ /** Required. The Google Sheets document to write the feedback labels to. Retrieved from Google Sheets URI. E.g. `https://docs.google.com/spreadsheets/d/1234567890` The spreadsheet must be shared with the Insights P4SA. The spreadsheet ID written to will be returned as `file_names` in the BulkDownloadFeedbackLabelsMetadata. */
1353
+ spreadsheetUri?: string;
1354
+ }
1316
1355
  interface GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsResponse {}
1317
1356
  interface GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequest {
1318
1357
  /** A cloud storage bucket source. */
1319
1358
  gcsSource?: GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestGcsSource;
1359
+ /** A sheets document source. */
1360
+ sheetsSource?: GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestSheetsSource;
1320
1361
  /** Optional. If set, upload will not happen and the labels will be validated. If not set, then default behavior will be to upload the labels after validation is complete. */
1321
1362
  validateOnly?: boolean;
1322
1363
  }
@@ -1326,6 +1367,10 @@ declare namespace gapi.client {
1326
1367
  /** Required. The Google Cloud Storage URI of the file to import. Format: `gs://bucket_name/object_name` */
1327
1368
  objectUri?: string;
1328
1369
  }
1370
+ interface GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestSheetsSource {
1371
+ /** Required. The Google Sheets document to write the feedback labels to. Retrieved from Google Sheets URI. E.g. `https://docs.google.com/spreadsheets/d/1234567890` The spreadsheet must be shared with the Insights P4SA. */
1372
+ spreadsheetUri?: string;
1373
+ }
1329
1374
  interface GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse {
1330
1375
  /** The latest label statistics for the queried issue model. Includes results on both training data and data labeled after deployment. */
1331
1376
  currentStats?: GoogleCloudContactcenterinsightsV1IssueModelLabelStats;
@@ -2330,6 +2375,11 @@ declare namespace gapi.client {
2330
2375
  /** The data points that make up the time series . */
2331
2376
  dataPoints?: GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPoint[];
2332
2377
  }
2378
+ interface GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewMetadata {}
2379
+ interface GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewResponse {
2380
+ /** The summary text of the performance. */
2381
+ summaryText?: string;
2382
+ }
2333
2383
  interface GoogleCloudContactcenterinsightsV1RedactionConfig {
2334
2384
  /** The fully-qualified DLP deidentify template resource name. Format: `projects/{project}/deidentifyTemplates/{template}` */
2335
2385
  deidentifyTemplate?: string;
@@ -5709,6 +5759,64 @@ declare namespace gapi.client {
5709
5759
  ): Request<GoogleCloudContactcenterinsightsV1View>;
5710
5760
  }
5711
5761
  interface LocationsResource {
5762
+ /** Delete feedback labels in bulk using a filter. */
5763
+ bulkDeleteFeedbackLabels(request: {
5764
+ /** V1 error format. */
5765
+ '$.xgafv'?: string;
5766
+ /** OAuth access token. */
5767
+ access_token?: string;
5768
+ /** Data format for response. */
5769
+ alt?: string;
5770
+ /** JSONP */
5771
+ callback?: string;
5772
+ /** Selector specifying which fields to include in a partial response. */
5773
+ fields?: string;
5774
+ /** 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. */
5775
+ key?: string;
5776
+ /** OAuth 2.0 token for the current user. */
5777
+ oauth_token?: string;
5778
+ /** Required. The parent resource for new feedback labels. */
5779
+ parent: string;
5780
+ /** Returns response with indentations and line breaks. */
5781
+ prettyPrint?: boolean;
5782
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
5783
+ quotaUser?: string;
5784
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
5785
+ upload_protocol?: string;
5786
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5787
+ uploadType?: string;
5788
+ /** Request body */
5789
+ resource: GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest;
5790
+ }): Request<GoogleLongrunningOperation>;
5791
+ bulkDeleteFeedbackLabels(
5792
+ request: {
5793
+ /** V1 error format. */
5794
+ '$.xgafv'?: string;
5795
+ /** OAuth access token. */
5796
+ access_token?: string;
5797
+ /** Data format for response. */
5798
+ alt?: string;
5799
+ /** JSONP */
5800
+ callback?: string;
5801
+ /** Selector specifying which fields to include in a partial response. */
5802
+ fields?: string;
5803
+ /** 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. */
5804
+ key?: string;
5805
+ /** OAuth 2.0 token for the current user. */
5806
+ oauth_token?: string;
5807
+ /** Required. The parent resource for new feedback labels. */
5808
+ parent: string;
5809
+ /** Returns response with indentations and line breaks. */
5810
+ prettyPrint?: boolean;
5811
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
5812
+ quotaUser?: string;
5813
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
5814
+ upload_protocol?: string;
5815
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5816
+ uploadType?: string;
5817
+ },
5818
+ body: GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest,
5819
+ ): Request<GoogleLongrunningOperation>;
5712
5820
  /** Download feedback labels in bulk from an external source. Currently supports exporting Quality AI example conversations with transcripts and question bodies. */
5713
5821
  bulkDownloadFeedbackLabels(request: {
5714
5822
  /** V1 error format. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.contactcenterinsights-v1",
3
- "version": "0.0.20250303",
3
+ "version": "0.0.20250320",
4
4
  "description": "TypeScript typings for Contact Center AI Insights API v1",
5
5
  "repository": {
6
6
  "type": "git",