@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.1.20250923 → 0.1.20250926

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 +45 -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: 20250923
12
+ // Revision: 20250926
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -333,6 +333,10 @@ declare namespace gapi.client {
333
333
  agentId?: string;
334
334
  /** The agent type, e.g. HUMAN_AGENT. */
335
335
  agentType?: string;
336
+ /** The agent's deployment display name. Only applicable to automated agents. */
337
+ deploymentDisplayName?: string;
338
+ /** The agent's deployment ID. Only applicable to automated agents. */
339
+ deploymentId?: string;
336
340
  /** The agent's name. */
337
341
  displayName?: string;
338
342
  /** A user-provided string indicating the outcome of the agent's segment of the call. */
@@ -343,6 +347,10 @@ declare namespace gapi.client {
343
347
  team?: string;
344
348
  /** User-specified strings representing the agent's teams. */
345
349
  teams?: string[];
350
+ /** The agent's version display name. Only applicable to automated agents. */
351
+ versionDisplayName?: string;
352
+ /** The agent's version ID. Only applicable to automated agents. */
353
+ versionId?: string;
346
354
  }
347
355
  interface GoogleCloudContactcenterinsightsV1alpha1ConversationSummarizationSuggestionData {
348
356
  /** The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record} */
@@ -520,12 +528,20 @@ declare namespace gapi.client {
520
528
  qaScorecardDimensionMetadata?: GoogleCloudContactcenterinsightsV1alpha1DimensionQaScorecardDimensionMetadata;
521
529
  }
522
530
  interface GoogleCloudContactcenterinsightsV1alpha1DimensionAgentDimensionMetadata {
523
- /** Optional. The agent's name */
531
+ /** Optional. The agent's deployment display name. Only applicable to automated agents. This will be populated for AGENT_DEPLOYMENT_ID dimensions. */
532
+ agentDeploymentDisplayName?: string;
533
+ /** Optional. The agent's deployment ID. Only applicable to automated agents. This will be populated for AGENT and AGENT_DEPLOYMENT_ID dimensions. */
534
+ agentDeploymentId?: string;
535
+ /** Optional. The agent's name This will be populated for AGENT, AGENT_TEAM, AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions. */
524
536
  agentDisplayName?: string;
525
- /** Optional. A user-specified string representing the agent. */
537
+ /** Optional. A user-specified string representing the agent. This will be populated for AGENT, AGENT_TEAM, AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions. */
526
538
  agentId?: string;
527
539
  /** Optional. A user-specified string representing the agent's team. */
528
540
  agentTeam?: string;
541
+ /** Optional. The agent's version display name. Only applicable to automated agents. This will be populated for AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions. */
542
+ agentVersionDisplayName?: string;
543
+ /** Optional. The agent's version ID. Only applicable to automated agents. This will be populated for AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions. */
544
+ agentVersionId?: string;
529
545
  }
530
546
  interface GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata {
531
547
  /** The issue display name. */
@@ -1030,7 +1046,7 @@ declare namespace gapi.client {
1030
1046
  averageCustomerSatisfactionRating?: number;
1031
1047
  /** The average duration. */
1032
1048
  averageDuration?: string;
1033
- /** Average QA normalized score. Will exclude 0's in average calculation. */
1049
+ /** The average normalized QA score for a scorecard. When computing the average across a set of conversations, if a conversation has been evaluated with multiple revisions of a scorecard, only the latest revision results will be used. Will exclude 0's in average calculation. Will be only populated if the request specifies a dimension of QA_SCORECARD_ID. */
1034
1050
  averageQaNormalizedScore?: number;
1035
1051
  /** Average QA normalized score averaged for questions averaged across all revisions of the parent scorecard. Will be only populated if the request specifies a dimension of QA_QUESTION_ID. */
1036
1052
  averageQaQuestionNormalizedScore?: number;
@@ -1706,6 +1722,10 @@ declare namespace gapi.client {
1706
1722
  agentId?: string;
1707
1723
  /** The agent type, e.g. HUMAN_AGENT. */
1708
1724
  agentType?: string;
1725
+ /** The agent's deployment display name. Only applicable to automated agents. */
1726
+ deploymentDisplayName?: string;
1727
+ /** The agent's deployment ID. Only applicable to automated agents. */
1728
+ deploymentId?: string;
1709
1729
  /** The agent's name. */
1710
1730
  displayName?: string;
1711
1731
  /** A user-provided string indicating the outcome of the agent's segment of the call. */
@@ -1716,6 +1736,10 @@ declare namespace gapi.client {
1716
1736
  team?: string;
1717
1737
  /** User-specified strings representing the agent's teams. */
1718
1738
  teams?: string[];
1739
+ /** The agent's version display name. Only applicable to automated agents. */
1740
+ versionDisplayName?: string;
1741
+ /** The agent's version ID. Only applicable to automated agents. */
1742
+ versionId?: string;
1719
1743
  }
1720
1744
  interface GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData {
1721
1745
  /** The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record} */
@@ -1894,12 +1918,20 @@ declare namespace gapi.client {
1894
1918
  qaScorecardDimensionMetadata?: GoogleCloudContactcenterinsightsV1DimensionQaScorecardDimensionMetadata;
1895
1919
  }
1896
1920
  interface GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata {
1897
- /** Optional. The agent's name */
1921
+ /** Optional. The agent's deployment display name. Only applicable to automated agents. This will be populated for AGENT_DEPLOYMENT_ID dimensions. */
1922
+ agentDeploymentDisplayName?: string;
1923
+ /** Optional. The agent's deployment ID. Only applicable to automated agents. This will be populated for AGENT and AGENT_DEPLOYMENT_ID dimensions. */
1924
+ agentDeploymentId?: string;
1925
+ /** Optional. The agent's name This will be populated for AGENT, AGENT_TEAM, AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions. */
1898
1926
  agentDisplayName?: string;
1899
- /** Optional. A user-specified string representing the agent. */
1927
+ /** Optional. A user-specified string representing the agent. This will be populated for AGENT, AGENT_TEAM, AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions. */
1900
1928
  agentId?: string;
1901
1929
  /** Optional. A user-specified string representing the agent's team. */
1902
1930
  agentTeam?: string;
1931
+ /** Optional. The agent's version display name. Only applicable to automated agents. This will be populated for AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions. */
1932
+ agentVersionDisplayName?: string;
1933
+ /** Optional. The agent's version ID. Only applicable to automated agents. This will be populated for AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions. */
1934
+ agentVersionId?: string;
1903
1935
  }
1904
1936
  interface GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata {
1905
1937
  /** The issue display name. */
@@ -2679,7 +2711,7 @@ declare namespace gapi.client {
2679
2711
  averageCustomerSatisfactionRating?: number;
2680
2712
  /** The average duration. */
2681
2713
  averageDuration?: string;
2682
- /** Average QA normalized score. Will exclude 0's in average calculation. */
2714
+ /** The average normalized QA score for a scorecard. When computing the average across a set of conversations, if a conversation has been evaluated with multiple revisions of a scorecard, only the latest revision results will be used. Will exclude 0's in average calculation. Will be only populated if the request specifies a dimension of QA_SCORECARD_ID. */
2683
2715
  averageQaNormalizedScore?: number;
2684
2716
  /** Average QA normalized score averaged for questions averaged across all revisions of the parent scorecard. Will be only populated if the request specifies a dimension of QA_QUESTION_ID. */
2685
2717
  averageQaQuestionNormalizedScore?: number;
@@ -2996,6 +3028,8 @@ declare namespace gapi.client {
2996
3028
  nextPageToken?: string;
2997
3029
  /** A list of operations that matches the specified filter in the request. */
2998
3030
  operations?: GoogleLongrunningOperation[];
3031
+ /** Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations. */
3032
+ unreachable?: string[];
2999
3033
  }
3000
3034
  interface GoogleLongrunningOperation {
3001
3035
  /** If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available. */
@@ -4586,6 +4620,8 @@ declare namespace gapi.client {
4586
4620
  prettyPrint?: boolean;
4587
4621
  /** 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. */
4588
4622
  quotaUser?: string;
4623
+ /** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
4624
+ returnPartialSuccess?: boolean;
4589
4625
  /** Upload protocol for media (e.g. "raw", "multipart"). */
4590
4626
  upload_protocol?: string;
4591
4627
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
@@ -8778,6 +8814,8 @@ declare namespace gapi.client {
8778
8814
  prettyPrint?: boolean;
8779
8815
  /** 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. */
8780
8816
  quotaUser?: string;
8817
+ /** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
8818
+ returnPartialSuccess?: boolean;
8781
8819
  /** Upload protocol for media (e.g. "raw", "multipart"). */
8782
8820
  upload_protocol?: string;
8783
8821
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.contactcenterinsights-v1",
3
- "version": "0.1.20250923",
3
+ "version": "0.1.20250926",
4
4
  "description": "TypeScript typings for Contact Center AI Insights API v1",
5
5
  "repository": {
6
6
  "type": "git",