@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.1.20250922 → 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.
- package/index.d.ts +59 -9
- 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: 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} */
|
|
@@ -516,14 +524,24 @@ declare namespace gapi.client {
|
|
|
516
524
|
qaQuestionAnswerDimensionMetadata?: GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionAnswerDimensionMetadata;
|
|
517
525
|
/** Output only. Metadata about the QA question dimension. */
|
|
518
526
|
qaQuestionDimensionMetadata?: GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionDimensionMetadata;
|
|
527
|
+
/** Output only. Metadata about the QA scorecard dimension. */
|
|
528
|
+
qaScorecardDimensionMetadata?: GoogleCloudContactcenterinsightsV1alpha1DimensionQaScorecardDimensionMetadata;
|
|
519
529
|
}
|
|
520
530
|
interface GoogleCloudContactcenterinsightsV1alpha1DimensionAgentDimensionMetadata {
|
|
521
|
-
/** 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. */
|
|
522
536
|
agentDisplayName?: string;
|
|
523
|
-
/** 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. */
|
|
524
538
|
agentId?: string;
|
|
525
539
|
/** Optional. A user-specified string representing the agent's team. */
|
|
526
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;
|
|
527
545
|
}
|
|
528
546
|
interface GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata {
|
|
529
547
|
/** The issue display name. */
|
|
@@ -551,6 +569,10 @@ declare namespace gapi.client {
|
|
|
551
569
|
/** Optional. The full body of the question. */
|
|
552
570
|
questionBody?: string;
|
|
553
571
|
}
|
|
572
|
+
interface GoogleCloudContactcenterinsightsV1alpha1DimensionQaScorecardDimensionMetadata {
|
|
573
|
+
/** Optional. The QA scorecard ID. */
|
|
574
|
+
qaScorecardId?: string;
|
|
575
|
+
}
|
|
554
576
|
interface GoogleCloudContactcenterinsightsV1alpha1EncryptionSpec {
|
|
555
577
|
/** Required. The name of customer-managed encryption key that is used to secure a resource and its sub-resources. If empty, the resource is secured by our default encryption key. Only the key in the same location as this resource is allowed to be used for encryption. Format: `projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{key}` */
|
|
556
578
|
kmsKey?: string;
|
|
@@ -994,7 +1016,7 @@ declare namespace gapi.client {
|
|
|
994
1016
|
interface GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponse {
|
|
995
1017
|
/** Required. The location of the data. "projects/{project}/locations/{location}" */
|
|
996
1018
|
location?: string;
|
|
997
|
-
/** The macro average slice contains aggregated averages across
|
|
1019
|
+
/** The macro average slice contains aggregated averages across all selected dimensions. i.e. if group_by agent and scorecard_id is specified, this field will contain the average across all agents and all scorecards. This field is only populated if the request specifies a Dimension. */
|
|
998
1020
|
macroAverageSlice?: GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSlice;
|
|
999
1021
|
/** A slice contains a total and (if the request specified a time granularity) a time series of metric values. Each slice contains a unique combination of the cardinality of dimensions from the request. */
|
|
1000
1022
|
slices?: GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSlice[];
|
|
@@ -1024,7 +1046,7 @@ declare namespace gapi.client {
|
|
|
1024
1046
|
averageCustomerSatisfactionRating?: number;
|
|
1025
1047
|
/** The average duration. */
|
|
1026
1048
|
averageDuration?: string;
|
|
1027
|
-
/**
|
|
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. */
|
|
1028
1050
|
averageQaNormalizedScore?: number;
|
|
1029
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. */
|
|
1030
1052
|
averageQaQuestionNormalizedScore?: number;
|
|
@@ -1700,6 +1722,10 @@ declare namespace gapi.client {
|
|
|
1700
1722
|
agentId?: string;
|
|
1701
1723
|
/** The agent type, e.g. HUMAN_AGENT. */
|
|
1702
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;
|
|
1703
1729
|
/** The agent's name. */
|
|
1704
1730
|
displayName?: string;
|
|
1705
1731
|
/** A user-provided string indicating the outcome of the agent's segment of the call. */
|
|
@@ -1710,6 +1736,10 @@ declare namespace gapi.client {
|
|
|
1710
1736
|
team?: string;
|
|
1711
1737
|
/** User-specified strings representing the agent's teams. */
|
|
1712
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;
|
|
1713
1743
|
}
|
|
1714
1744
|
interface GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData {
|
|
1715
1745
|
/** The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record} */
|
|
@@ -1884,14 +1914,24 @@ declare namespace gapi.client {
|
|
|
1884
1914
|
qaQuestionAnswerDimensionMetadata?: GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata;
|
|
1885
1915
|
/** Output only. Metadata about the QA question dimension. */
|
|
1886
1916
|
qaQuestionDimensionMetadata?: GoogleCloudContactcenterinsightsV1DimensionQaQuestionDimensionMetadata;
|
|
1917
|
+
/** Output only. Metadata about the QA scorecard dimension. */
|
|
1918
|
+
qaScorecardDimensionMetadata?: GoogleCloudContactcenterinsightsV1DimensionQaScorecardDimensionMetadata;
|
|
1887
1919
|
}
|
|
1888
1920
|
interface GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata {
|
|
1889
|
-
/** 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. */
|
|
1890
1926
|
agentDisplayName?: string;
|
|
1891
|
-
/** 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. */
|
|
1892
1928
|
agentId?: string;
|
|
1893
1929
|
/** Optional. A user-specified string representing the agent's team. */
|
|
1894
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;
|
|
1895
1935
|
}
|
|
1896
1936
|
interface GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata {
|
|
1897
1937
|
/** The issue display name. */
|
|
@@ -1919,6 +1959,10 @@ declare namespace gapi.client {
|
|
|
1919
1959
|
/** Optional. The full body of the question. */
|
|
1920
1960
|
questionBody?: string;
|
|
1921
1961
|
}
|
|
1962
|
+
interface GoogleCloudContactcenterinsightsV1DimensionQaScorecardDimensionMetadata {
|
|
1963
|
+
/** Optional. The QA scorecard ID. */
|
|
1964
|
+
qaScorecardId?: string;
|
|
1965
|
+
}
|
|
1922
1966
|
interface GoogleCloudContactcenterinsightsV1EncryptionSpec {
|
|
1923
1967
|
/** Required. The name of customer-managed encryption key that is used to secure a resource and its sub-resources. If empty, the resource is secured by our default encryption key. Only the key in the same location as this resource is allowed to be used for encryption. Format: `projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{key}` */
|
|
1924
1968
|
kmsKey?: string;
|
|
@@ -2637,7 +2681,7 @@ declare namespace gapi.client {
|
|
|
2637
2681
|
interface GoogleCloudContactcenterinsightsV1QueryMetricsResponse {
|
|
2638
2682
|
/** Required. The location of the data. "projects/{project}/locations/{location}" */
|
|
2639
2683
|
location?: string;
|
|
2640
|
-
/** The macro average slice contains aggregated averages across
|
|
2684
|
+
/** The macro average slice contains aggregated averages across all selected dimensions. i.e. if group_by agent and scorecard_id is specified, this field will contain the average across all agents and all scorecards. This field is only populated if the request specifies a Dimension. */
|
|
2641
2685
|
macroAverageSlice?: GoogleCloudContactcenterinsightsV1QueryMetricsResponseSlice;
|
|
2642
2686
|
/** A slice contains a total and (if the request specified a time granularity) a time series of metric values. Each slice contains a unique combination of the cardinality of dimensions from the request. */
|
|
2643
2687
|
slices?: GoogleCloudContactcenterinsightsV1QueryMetricsResponseSlice[];
|
|
@@ -2667,7 +2711,7 @@ declare namespace gapi.client {
|
|
|
2667
2711
|
averageCustomerSatisfactionRating?: number;
|
|
2668
2712
|
/** The average duration. */
|
|
2669
2713
|
averageDuration?: string;
|
|
2670
|
-
/**
|
|
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. */
|
|
2671
2715
|
averageQaNormalizedScore?: number;
|
|
2672
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. */
|
|
2673
2717
|
averageQaQuestionNormalizedScore?: number;
|
|
@@ -2984,6 +3028,8 @@ declare namespace gapi.client {
|
|
|
2984
3028
|
nextPageToken?: string;
|
|
2985
3029
|
/** A list of operations that matches the specified filter in the request. */
|
|
2986
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[];
|
|
2987
3033
|
}
|
|
2988
3034
|
interface GoogleLongrunningOperation {
|
|
2989
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. */
|
|
@@ -4574,6 +4620,8 @@ declare namespace gapi.client {
|
|
|
4574
4620
|
prettyPrint?: boolean;
|
|
4575
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. */
|
|
4576
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;
|
|
4577
4625
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4578
4626
|
upload_protocol?: string;
|
|
4579
4627
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -8766,6 +8814,8 @@ declare namespace gapi.client {
|
|
|
8766
8814
|
prettyPrint?: boolean;
|
|
8767
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. */
|
|
8768
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;
|
|
8769
8819
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
8770
8820
|
upload_protocol?: string;
|
|
8771
8821
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|