|
1968 | 1968 | "type": "string" |
1969 | 1969 | }, |
1970 | 1970 | "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.", |
1972 | 1972 | "location": "query", |
1973 | 1973 | "type": "boolean" |
1974 | 1974 | } |
|
4326 | 4326 | "type": "string" |
4327 | 4327 | }, |
4328 | 4328 | "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.", |
4330 | 4330 | "location": "query", |
4331 | 4331 | "type": "boolean" |
4332 | 4332 | } |
|
5378 | 5378 | } |
5379 | 5379 | } |
5380 | 5380 | }, |
5381 | | - "revision": "20251023", |
| 5381 | + "revision": "20251112", |
5382 | 5382 | "rootUrl": "https://contactcenterinsights.googleapis.com/", |
5383 | 5383 | "schemas": { |
5384 | 5384 | "GoogleCloudContactcenterinsightsV1Analysis": { |
|
7321 | 7321 | "CLIENT_SENTIMENT_CATEGORY", |
7322 | 7322 | "AGENT_VERSION_ID", |
7323 | 7323 | "AGENT_DEPLOYMENT_ID", |
7324 | | - "AGENT_ASSIST_SUPERVISOR_ID" |
| 7324 | + "AGENT_ASSIST_SUPERVISOR_ID", |
| 7325 | + "LABEL_KEY", |
| 7326 | + "LABEL_VALUE", |
| 7327 | + "LABEL_KEY_AND_VALUE" |
7325 | 7328 | ], |
7326 | 7329 | "enumDescriptions": [ |
7327 | 7330 | "The key of the dimension is unspecified.", |
|
7341 | 7344 | "The dimension is keyed by the client sentiment category.", |
7342 | 7345 | "The dimension is keyed by the agent version ID.", |
7343 | 7346 | "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." |
7345 | 7351 | ], |
7346 | 7352 | "type": "string" |
7347 | 7353 | }, |
|
7350 | 7356 | "description": "Output only. Metadata about the issue dimension.", |
7351 | 7357 | "readOnly": true |
7352 | 7358 | }, |
| 7359 | + "labelDimensionMetadata": { |
| 7360 | + "$ref": "GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata", |
| 7361 | + "description": "Output only. Metadata about conversation labels.", |
| 7362 | + "readOnly": true |
| 7363 | + }, |
7353 | 7364 | "mediumDimensionMetadata": { |
7354 | 7365 | "$ref": "GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata", |
7355 | 7366 | "description": "Output only. Metadata about the conversation medium dimension.", |
|
7479 | 7490 | }, |
7480 | 7491 | "type": "object" |
7481 | 7492 | }, |
| 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 | + }, |
7482 | 7508 | "GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata": { |
7483 | 7509 | "description": "Metadata about the conversation medium dimension.", |
7484 | 7510 | "id": "GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata", |
|
11958 | 11984 | "CLIENT_SENTIMENT_CATEGORY", |
11959 | 11985 | "AGENT_VERSION_ID", |
11960 | 11986 | "AGENT_DEPLOYMENT_ID", |
11961 | | - "AGENT_ASSIST_SUPERVISOR_ID" |
| 11987 | + "AGENT_ASSIST_SUPERVISOR_ID", |
| 11988 | + "LABEL_KEY", |
| 11989 | + "LABEL_VALUE", |
| 11990 | + "LABEL_KEY_AND_VALUE" |
11962 | 11991 | ], |
11963 | 11992 | "enumDescriptions": [ |
11964 | 11993 | "The key of the dimension is unspecified.", |
|
11978 | 12007 | "The dimension is keyed by the client sentiment category.", |
11979 | 12008 | "The dimension is keyed by the agent version ID.", |
11980 | 12009 | "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." |
11982 | 12014 | ], |
11983 | 12015 | "type": "string" |
11984 | 12016 | }, |
|
11987 | 12019 | "description": "Output only. Metadata about the issue dimension.", |
11988 | 12020 | "readOnly": true |
11989 | 12021 | }, |
| 12022 | + "labelDimensionMetadata": { |
| 12023 | + "$ref": "GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata", |
| 12024 | + "description": "Output only. Metadata about conversation labels.", |
| 12025 | + "readOnly": true |
| 12026 | + }, |
11990 | 12027 | "mediumDimensionMetadata": { |
11991 | 12028 | "$ref": "GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata", |
11992 | 12029 | "description": "Output only. Metadata about the conversation medium dimension.", |
|
12116 | 12153 | }, |
12117 | 12154 | "type": "object" |
12118 | 12155 | }, |
| 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 | + }, |
12119 | 12171 | "GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata": { |
12120 | 12172 | "description": "Metadata about the conversation medium dimension.", |
12121 | 12173 | "id": "GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata", |
|
14265 | 14317 | "type": "array" |
14266 | 14318 | }, |
14267 | 14319 | "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.", |
14269 | 14321 | "items": { |
14270 | 14322 | "type": "string" |
14271 | 14323 | }, |
|
0 commit comments