@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20241218 → 0.0.20250106

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 +13 -7
  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: 20241218
12
+ // Revision: 20250106
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -773,7 +773,7 @@ declare namespace gapi.client {
773
773
  updateTime?: string;
774
774
  }
775
775
  interface GoogleCloudContactcenterinsightsV1alpha1IssueModelInputDataConfig {
776
- /** A filter to reduce the conversations used for training the model to a specific subset. */
776
+ /** A filter to reduce the conversations used for training the model to a specific subset. Refer to https://cloud.google.com/contact-center/insights/docs/filtering for details. */
777
777
  filter?: string;
778
778
  /** Medium of conversations used in training data. This field is being deprecated. To specify the medium to be used in training a new issue model, set the `medium` field on `filter`. */
779
779
  medium?: string;
@@ -906,7 +906,10 @@ declare namespace gapi.client {
906
906
  /** What created the score. */
907
907
  sourceType?: string;
908
908
  }
909
- interface GoogleCloudContactcenterinsightsV1alpha1QueryMetricsMetadata {}
909
+ interface GoogleCloudContactcenterinsightsV1alpha1QueryMetricsMetadata {
910
+ /** Whether the result rows were truncated because the result row size is too large to materialize. */
911
+ resultIsTruncated?: boolean;
912
+ }
910
913
  interface GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponse {
911
914
  /** Required. The location of the data. "projects/{project}/locations/{location}" */
912
915
  location?: string;
@@ -1116,7 +1119,7 @@ declare namespace gapi.client {
1116
1119
  analysisPercentage?: number;
1117
1120
  /** Selector of annotators to run and the phrase matchers to use for conversations that matches the conversation_filter. If not specified, NO annotators will be run. */
1118
1121
  annotatorSelector?: GoogleCloudContactcenterinsightsV1AnnotatorSelector;
1119
- /** Filter for the conversations that should apply this analysis rule. An empty filter means this analysis rule applies to all conversations. */
1122
+ /** Filter for the conversations that should apply this analysis rule. An empty filter means this analysis rule applies to all conversations. Refer to https://cloud.google.com/contact-center/insights/docs/filtering for details. */
1120
1123
  conversationFilter?: string;
1121
1124
  /** Output only. The time at which this analysis rule was created. */
1122
1125
  createTime?: string;
@@ -1936,7 +1939,7 @@ declare namespace gapi.client {
1936
1939
  updateTime?: string;
1937
1940
  }
1938
1941
  interface GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig {
1939
- /** A filter to reduce the conversations used for training the model to a specific subset. */
1942
+ /** A filter to reduce the conversations used for training the model to a specific subset. Refer to https://cloud.google.com/contact-center/insights/docs/filtering for details. */
1940
1943
  filter?: string;
1941
1944
  /** Medium of conversations used in training data. This field is being deprecated. To specify the medium to be used in training a new issue model, set the `medium` field on `filter`. */
1942
1945
  medium?: string;
@@ -2241,7 +2244,10 @@ declare namespace gapi.client {
2241
2244
  /** Output only. State of the scorecard revision, indicating whether it's ready to be used in analysis. */
2242
2245
  state?: string;
2243
2246
  }
2244
- interface GoogleCloudContactcenterinsightsV1QueryMetricsMetadata {}
2247
+ interface GoogleCloudContactcenterinsightsV1QueryMetricsMetadata {
2248
+ /** Whether the result rows were truncated because the result row size is too large to materialize. */
2249
+ resultIsTruncated?: boolean;
2250
+ }
2245
2251
  interface GoogleCloudContactcenterinsightsV1QueryMetricsRequest {
2246
2252
  /** The dimensions that determine the grouping key for the query. Defaults to no dimension if this field is unspecified. If a dimension is specified, its key must also be specified. Each dimension's key must be unique. If a time granularity is also specified, metric values in the dimension will be bucketed by this granularity. Up to one dimension is supported for now. */
2247
2253
  dimensions?: GoogleCloudContactcenterinsightsV1Dimension[];
@@ -2460,7 +2466,7 @@ declare namespace gapi.client {
2460
2466
  name?: string;
2461
2467
  /** Output only. The most recent time at which the view was updated. */
2462
2468
  updateTime?: string;
2463
- /** String with specific view properties, must be non-empty. */
2469
+ /** A filter to reduce conversation results to a specific subset. Refer to https://cloud.google.com/contact-center/insights/docs/filtering for details. */
2464
2470
  value?: string;
2465
2471
  }
2466
2472
  interface GoogleLongrunningListOperationsResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.contactcenterinsights-v1",
3
- "version": "0.0.20241218",
3
+ "version": "0.0.20250106",
4
4
  "description": "TypeScript typings for Contact Center AI Insights API v1",
5
5
  "repository": {
6
6
  "type": "git",