@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.1.20250922 → 0.1.20250923
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 +15 -3
- 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: 20250923
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -516,6 +516,8 @@ declare namespace gapi.client {
|
|
|
516
516
|
qaQuestionAnswerDimensionMetadata?: GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionAnswerDimensionMetadata;
|
|
517
517
|
/** Output only. Metadata about the QA question dimension. */
|
|
518
518
|
qaQuestionDimensionMetadata?: GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionDimensionMetadata;
|
|
519
|
+
/** Output only. Metadata about the QA scorecard dimension. */
|
|
520
|
+
qaScorecardDimensionMetadata?: GoogleCloudContactcenterinsightsV1alpha1DimensionQaScorecardDimensionMetadata;
|
|
519
521
|
}
|
|
520
522
|
interface GoogleCloudContactcenterinsightsV1alpha1DimensionAgentDimensionMetadata {
|
|
521
523
|
/** Optional. The agent's name */
|
|
@@ -551,6 +553,10 @@ declare namespace gapi.client {
|
|
|
551
553
|
/** Optional. The full body of the question. */
|
|
552
554
|
questionBody?: string;
|
|
553
555
|
}
|
|
556
|
+
interface GoogleCloudContactcenterinsightsV1alpha1DimensionQaScorecardDimensionMetadata {
|
|
557
|
+
/** Optional. The QA scorecard ID. */
|
|
558
|
+
qaScorecardId?: string;
|
|
559
|
+
}
|
|
554
560
|
interface GoogleCloudContactcenterinsightsV1alpha1EncryptionSpec {
|
|
555
561
|
/** 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
562
|
kmsKey?: string;
|
|
@@ -994,7 +1000,7 @@ declare namespace gapi.client {
|
|
|
994
1000
|
interface GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponse {
|
|
995
1001
|
/** Required. The location of the data. "projects/{project}/locations/{location}" */
|
|
996
1002
|
location?: string;
|
|
997
|
-
/** The macro average slice contains aggregated averages across
|
|
1003
|
+
/** 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
1004
|
macroAverageSlice?: GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSlice;
|
|
999
1005
|
/** 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
1006
|
slices?: GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSlice[];
|
|
@@ -1884,6 +1890,8 @@ declare namespace gapi.client {
|
|
|
1884
1890
|
qaQuestionAnswerDimensionMetadata?: GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata;
|
|
1885
1891
|
/** Output only. Metadata about the QA question dimension. */
|
|
1886
1892
|
qaQuestionDimensionMetadata?: GoogleCloudContactcenterinsightsV1DimensionQaQuestionDimensionMetadata;
|
|
1893
|
+
/** Output only. Metadata about the QA scorecard dimension. */
|
|
1894
|
+
qaScorecardDimensionMetadata?: GoogleCloudContactcenterinsightsV1DimensionQaScorecardDimensionMetadata;
|
|
1887
1895
|
}
|
|
1888
1896
|
interface GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata {
|
|
1889
1897
|
/** Optional. The agent's name */
|
|
@@ -1919,6 +1927,10 @@ declare namespace gapi.client {
|
|
|
1919
1927
|
/** Optional. The full body of the question. */
|
|
1920
1928
|
questionBody?: string;
|
|
1921
1929
|
}
|
|
1930
|
+
interface GoogleCloudContactcenterinsightsV1DimensionQaScorecardDimensionMetadata {
|
|
1931
|
+
/** Optional. The QA scorecard ID. */
|
|
1932
|
+
qaScorecardId?: string;
|
|
1933
|
+
}
|
|
1922
1934
|
interface GoogleCloudContactcenterinsightsV1EncryptionSpec {
|
|
1923
1935
|
/** 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
1936
|
kmsKey?: string;
|
|
@@ -2637,7 +2649,7 @@ declare namespace gapi.client {
|
|
|
2637
2649
|
interface GoogleCloudContactcenterinsightsV1QueryMetricsResponse {
|
|
2638
2650
|
/** Required. The location of the data. "projects/{project}/locations/{location}" */
|
|
2639
2651
|
location?: string;
|
|
2640
|
-
/** The macro average slice contains aggregated averages across
|
|
2652
|
+
/** 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
2653
|
macroAverageSlice?: GoogleCloudContactcenterinsightsV1QueryMetricsResponseSlice;
|
|
2642
2654
|
/** 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
2655
|
slices?: GoogleCloudContactcenterinsightsV1QueryMetricsResponseSlice[];
|