@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.1.20251111 → 0.1.20251116
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 +20 -4
- 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: 20251116
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -528,6 +528,8 @@ declare namespace gapi.client {
|
|
|
528
528
|
dimensionKey?: string;
|
|
529
529
|
/** Output only. Metadata about the issue dimension. */
|
|
530
530
|
issueDimensionMetadata?: GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata;
|
|
531
|
+
/** Output only. Metadata about conversation labels. */
|
|
532
|
+
labelDimensionMetadata?: GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata;
|
|
531
533
|
/** Output only. Metadata about the conversation medium dimension. */
|
|
532
534
|
mediumDimensionMetadata?: GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata;
|
|
533
535
|
/** Output only. Metadata about the QA question-answer dimension. */
|
|
@@ -581,6 +583,12 @@ declare namespace gapi.client {
|
|
|
581
583
|
/** The parent issue model ID. */
|
|
582
584
|
issueModelId?: string;
|
|
583
585
|
}
|
|
586
|
+
interface GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata {
|
|
587
|
+
/** Optional. The label key. */
|
|
588
|
+
labelKey?: string;
|
|
589
|
+
/** Optional. The label value. */
|
|
590
|
+
labelValue?: string;
|
|
591
|
+
}
|
|
584
592
|
interface GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata {
|
|
585
593
|
/** Optional. The conversation medium. Currently supports : PHONE_CALL, CHAT. */
|
|
586
594
|
medium?: string;
|
|
@@ -1946,6 +1954,8 @@ declare namespace gapi.client {
|
|
|
1946
1954
|
dimensionKey?: string;
|
|
1947
1955
|
/** Output only. Metadata about the issue dimension. */
|
|
1948
1956
|
issueDimensionMetadata?: GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata;
|
|
1957
|
+
/** Output only. Metadata about conversation labels. */
|
|
1958
|
+
labelDimensionMetadata?: GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata;
|
|
1949
1959
|
/** Output only. Metadata about the conversation medium dimension. */
|
|
1950
1960
|
mediumDimensionMetadata?: GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata;
|
|
1951
1961
|
/** Output only. Metadata about the QA question-answer dimension. */
|
|
@@ -1999,6 +2009,12 @@ declare namespace gapi.client {
|
|
|
1999
2009
|
/** The parent issue model ID. */
|
|
2000
2010
|
issueModelId?: string;
|
|
2001
2011
|
}
|
|
2012
|
+
interface GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata {
|
|
2013
|
+
/** Optional. The label key. */
|
|
2014
|
+
labelKey?: string;
|
|
2015
|
+
/** Optional. The label value. */
|
|
2016
|
+
labelValue?: string;
|
|
2017
|
+
}
|
|
2002
2018
|
interface GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata {
|
|
2003
2019
|
/** Optional. The conversation medium. Currently supports : PHONE_CALL, CHAT. */
|
|
2004
2020
|
medium?: string;
|
|
@@ -3086,7 +3102,7 @@ declare namespace gapi.client {
|
|
|
3086
3102
|
nextPageToken?: string;
|
|
3087
3103
|
/** A list of operations that matches the specified filter in the request. */
|
|
3088
3104
|
operations?: GoogleLongrunningOperation[];
|
|
3089
|
-
/** Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections
|
|
3105
|
+
/** Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations. */
|
|
3090
3106
|
unreachable?: string[];
|
|
3091
3107
|
}
|
|
3092
3108
|
interface GoogleLongrunningOperation {
|
|
@@ -4472,7 +4488,7 @@ declare namespace gapi.client {
|
|
|
4472
4488
|
prettyPrint?: boolean;
|
|
4473
4489
|
/** 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. */
|
|
4474
4490
|
quotaUser?: string;
|
|
4475
|
-
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the
|
|
4491
|
+
/** 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. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
4476
4492
|
returnPartialSuccess?: boolean;
|
|
4477
4493
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4478
4494
|
upload_protocol?: string;
|
|
@@ -8521,7 +8537,7 @@ declare namespace gapi.client {
|
|
|
8521
8537
|
prettyPrint?: boolean;
|
|
8522
8538
|
/** 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. */
|
|
8523
8539
|
quotaUser?: string;
|
|
8524
|
-
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the
|
|
8540
|
+
/** 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. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
8525
8541
|
returnPartialSuccess?: boolean;
|
|
8526
8542
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
8527
8543
|
upload_protocol?: string;
|