Skip to content

Commit e91d1fe

Browse files
yoshi-automationquirogas
authored andcommitted
feat(contactcenterinsights): update the API
#### contactcenterinsights:v1 The following keys were added: - schemas.GoogleCloudContactcenterinsightsV1Dimension.properties.labelDimensionMetadata.$ref - schemas.GoogleCloudContactcenterinsightsV1Dimension.properties.labelDimensionMetadata.description - schemas.GoogleCloudContactcenterinsightsV1Dimension.properties.labelDimensionMetadata.readOnly - schemas.GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata.description - schemas.GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata.id - schemas.GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata.properties.labelKey.description - schemas.GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata.properties.labelKey.type - schemas.GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata.properties.labelValue.description - schemas.GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata.properties.labelValue.type - schemas.GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata.type - schemas.GoogleCloudContactcenterinsightsV1alpha1Dimension.properties.labelDimensionMetadata.$ref - schemas.GoogleCloudContactcenterinsightsV1alpha1Dimension.properties.labelDimensionMetadata.description - schemas.GoogleCloudContactcenterinsightsV1alpha1Dimension.properties.labelDimensionMetadata.readOnly - schemas.GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata.description - schemas.GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata.id - schemas.GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata.properties.labelKey.description - schemas.GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata.properties.labelKey.type - schemas.GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata.properties.labelValue.description - schemas.GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata.properties.labelValue.type - schemas.GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata.type The following keys were changed: - resources.projects.resources.locations.resources.authorizedViewSets.resources.authorizedViews.resources.operations.methods.list.parameters.returnPartialSuccess.description - resources.projects.resources.locations.resources.operations.methods.list.parameters.returnPartialSuccess.description - schemas.GoogleCloudContactcenterinsightsV1Dimension.properties.dimensionKey.enum - schemas.GoogleCloudContactcenterinsightsV1Dimension.properties.dimensionKey.enumDescriptions - schemas.GoogleCloudContactcenterinsightsV1alpha1Dimension.properties.dimensionKey.enum - schemas.GoogleCloudContactcenterinsightsV1alpha1Dimension.properties.dimensionKey.enumDescriptions - schemas.GoogleLongrunningListOperationsResponse.properties.unreachable.description
1 parent d8748c1 commit e91d1fe

File tree

2 files changed

+99
-13
lines changed

2 files changed

+99
-13
lines changed

discovery/contactcenterinsights-v1.json

Lines changed: 60 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1968,7 +1968,7 @@
19681968
"type": "string"
19691969
},
19701970
"returnPartialSuccess": {
1971-
"description": "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.",
1971+
"description": "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.",
19721972
"location": "query",
19731973
"type": "boolean"
19741974
}
@@ -4326,7 +4326,7 @@
43264326
"type": "string"
43274327
},
43284328
"returnPartialSuccess": {
4329-
"description": "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.",
4329+
"description": "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.",
43304330
"location": "query",
43314331
"type": "boolean"
43324332
}
@@ -5378,7 +5378,7 @@
53785378
}
53795379
}
53805380
},
5381-
"revision": "20251023",
5381+
"revision": "20251112",
53825382
"rootUrl": "https://contactcenterinsights.googleapis.com/",
53835383
"schemas": {
53845384
"GoogleCloudContactcenterinsightsV1Analysis": {
@@ -7321,7 +7321,10 @@
73217321
"CLIENT_SENTIMENT_CATEGORY",
73227322
"AGENT_VERSION_ID",
73237323
"AGENT_DEPLOYMENT_ID",
7324-
"AGENT_ASSIST_SUPERVISOR_ID"
7324+
"AGENT_ASSIST_SUPERVISOR_ID",
7325+
"LABEL_KEY",
7326+
"LABEL_VALUE",
7327+
"LABEL_KEY_AND_VALUE"
73257328
],
73267329
"enumDescriptions": [
73277330
"The key of the dimension is unspecified.",
@@ -7341,7 +7344,10 @@
73417344
"The dimension is keyed by the client sentiment category.",
73427345
"The dimension is keyed by the agent version ID.",
73437346
"The dimension is keyed by the agent deployment ID.",
7344-
"The dimension is keyed by the supervisor ID of the assigned human supervisor for virtual agents."
7347+
"The dimension is keyed by the supervisor ID of the assigned human supervisor for virtual agents.",
7348+
"The dimension is keyed by label keys.",
7349+
"The dimension is keyed by label values.",
7350+
"The dimension is keyed by label key-value pairs."
73457351
],
73467352
"type": "string"
73477353
},
@@ -7350,6 +7356,11 @@
73507356
"description": "Output only. Metadata about the issue dimension.",
73517357
"readOnly": true
73527358
},
7359+
"labelDimensionMetadata": {
7360+
"$ref": "GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata",
7361+
"description": "Output only. Metadata about conversation labels.",
7362+
"readOnly": true
7363+
},
73537364
"mediumDimensionMetadata": {
73547365
"$ref": "GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata",
73557366
"description": "Output only. Metadata about the conversation medium dimension.",
@@ -7479,6 +7490,21 @@
74797490
},
74807491
"type": "object"
74817492
},
7493+
"GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata": {
7494+
"description": "Metadata about conversation labels.",
7495+
"id": "GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata",
7496+
"properties": {
7497+
"labelKey": {
7498+
"description": "Optional. The label key.",
7499+
"type": "string"
7500+
},
7501+
"labelValue": {
7502+
"description": "Optional. The label value.",
7503+
"type": "string"
7504+
}
7505+
},
7506+
"type": "object"
7507+
},
74827508
"GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata": {
74837509
"description": "Metadata about the conversation medium dimension.",
74847510
"id": "GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata",
@@ -11958,7 +11984,10 @@
1195811984
"CLIENT_SENTIMENT_CATEGORY",
1195911985
"AGENT_VERSION_ID",
1196011986
"AGENT_DEPLOYMENT_ID",
11961-
"AGENT_ASSIST_SUPERVISOR_ID"
11987+
"AGENT_ASSIST_SUPERVISOR_ID",
11988+
"LABEL_KEY",
11989+
"LABEL_VALUE",
11990+
"LABEL_KEY_AND_VALUE"
1196211991
],
1196311992
"enumDescriptions": [
1196411993
"The key of the dimension is unspecified.",
@@ -11978,7 +12007,10 @@
1197812007
"The dimension is keyed by the client sentiment category.",
1197912008
"The dimension is keyed by the agent version ID.",
1198012009
"The dimension is keyed by the agent deployment ID.",
11981-
"The dimension is keyed by the supervisor ID of the assigned human supervisor for virtual agents."
12010+
"The dimension is keyed by the supervisor ID of the assigned human supervisor for virtual agents.",
12011+
"The dimension is keyed by label keys.",
12012+
"The dimension is keyed by label values.",
12013+
"The dimension is keyed by label key-value pairs."
1198212014
],
1198312015
"type": "string"
1198412016
},
@@ -11987,6 +12019,11 @@
1198712019
"description": "Output only. Metadata about the issue dimension.",
1198812020
"readOnly": true
1198912021
},
12022+
"labelDimensionMetadata": {
12023+
"$ref": "GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata",
12024+
"description": "Output only. Metadata about conversation labels.",
12025+
"readOnly": true
12026+
},
1199012027
"mediumDimensionMetadata": {
1199112028
"$ref": "GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata",
1199212029
"description": "Output only. Metadata about the conversation medium dimension.",
@@ -12116,6 +12153,21 @@
1211612153
},
1211712154
"type": "object"
1211812155
},
12156+
"GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata": {
12157+
"description": "Metadata about conversation labels.",
12158+
"id": "GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata",
12159+
"properties": {
12160+
"labelKey": {
12161+
"description": "Optional. The label key.",
12162+
"type": "string"
12163+
},
12164+
"labelValue": {
12165+
"description": "Optional. The label value.",
12166+
"type": "string"
12167+
}
12168+
},
12169+
"type": "object"
12170+
},
1211912171
"GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata": {
1212012172
"description": "Metadata about the conversation medium dimension.",
1212112173
"id": "GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata",
@@ -14265,7 +14317,7 @@
1426514317
"type": "array"
1426614318
},
1426714319
"unreachable": {
14268-
"description": "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.",
14320+
"description": "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.",
1426914321
"items": {
1427014322
"type": "string"
1427114323
},

src/apis/contactcenterinsights/v1.ts

Lines changed: 39 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,6 +1178,10 @@ export namespace contactcenterinsights_v1 {
11781178
* Output only. Metadata about the issue dimension.
11791179
*/
11801180
issueDimensionMetadata?: Schema$GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata;
1181+
/**
1182+
* Output only. Metadata about conversation labels.
1183+
*/
1184+
labelDimensionMetadata?: Schema$GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata;
11811185
/**
11821186
* Output only. Metadata about the conversation medium dimension.
11831187
*/
@@ -1289,6 +1293,19 @@ export namespace contactcenterinsights_v1 {
12891293
*/
12901294
issueModelId?: string | null;
12911295
}
1296+
/**
1297+
* Metadata about conversation labels.
1298+
*/
1299+
export interface Schema$GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata {
1300+
/**
1301+
* Optional. The label key.
1302+
*/
1303+
labelKey?: string | null;
1304+
/**
1305+
* Optional. The label value.
1306+
*/
1307+
labelValue?: string | null;
1308+
}
12921309
/**
12931310
* Metadata about the conversation medium dimension.
12941311
*/
@@ -4190,6 +4207,10 @@ export namespace contactcenterinsights_v1 {
41904207
* Output only. Metadata about the issue dimension.
41914208
*/
41924209
issueDimensionMetadata?: Schema$GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata;
4210+
/**
4211+
* Output only. Metadata about conversation labels.
4212+
*/
4213+
labelDimensionMetadata?: Schema$GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata;
41934214
/**
41944215
* Output only. Metadata about the conversation medium dimension.
41954216
*/
@@ -4301,6 +4322,19 @@ export namespace contactcenterinsights_v1 {
43014322
*/
43024323
issueModelId?: string | null;
43034324
}
4325+
/**
4326+
* Metadata about conversation labels.
4327+
*/
4328+
export interface Schema$GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata {
4329+
/**
4330+
* Optional. The label key.
4331+
*/
4332+
labelKey?: string | null;
4333+
/**
4334+
* Optional. The label value.
4335+
*/
4336+
labelValue?: string | null;
4337+
}
43044338
/**
43054339
* Metadata about the conversation medium dimension.
43064340
*/
@@ -6629,7 +6663,7 @@ export namespace contactcenterinsights_v1 {
66296663
*/
66306664
operations?: Schema$GoogleLongrunningOperation[];
66316665
/**
6632-
* 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.
6666+
* 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.
66336667
*/
66346668
unreachable?: string[] | null;
66356669
}
@@ -16595,7 +16629,7 @@ export namespace contactcenterinsights_v1 {
1659516629
* pageSize: 'placeholder-value',
1659616630
* // The standard list page token.
1659716631
* pageToken: 'placeholder-value',
16598-
* // 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.
16632+
* // 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.
1659916633
* returnPartialSuccess: 'placeholder-value',
1660016634
* },
1660116635
* );
@@ -16750,7 +16784,7 @@ export namespace contactcenterinsights_v1 {
1675016784
*/
1675116785
pageToken?: string;
1675216786
/**
16753-
* 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.
16787+
* 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.
1675416788
*/
1675516789
returnPartialSuccess?: boolean;
1675616790
}
@@ -29388,7 +29422,7 @@ export namespace contactcenterinsights_v1 {
2938829422
* pageSize: 'placeholder-value',
2938929423
* // The standard list page token.
2939029424
* pageToken: 'placeholder-value',
29391-
* // 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.
29425+
* // 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.
2939229426
* returnPartialSuccess: 'placeholder-value',
2939329427
* });
2939429428
* console.log(res.data);
@@ -29541,7 +29575,7 @@ export namespace contactcenterinsights_v1 {
2954129575
*/
2954229576
pageToken?: string;
2954329577
/**
29544-
* 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.
29578+
* 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.
2954529579
*/
2954629580
returnPartialSuccess?: boolean;
2954729581
}

0 commit comments

Comments
 (0)