|
109 | 109 | "resources": {
|
110 | 110 | "locations": {
|
111 | 111 | "methods": {
|
| 112 | +"bulkDeleteFeedbackLabels": { |
| 113 | +"description": "Delete feedback labels in bulk using a filter.", |
| 114 | +"flatPath": "v1/projects/{projectsId}/locations/{locationsId}:bulkDeleteFeedbackLabels", |
| 115 | +"httpMethod": "POST", |
| 116 | +"id": "contactcenterinsights.projects.locations.bulkDeleteFeedbackLabels", |
| 117 | +"parameterOrder": [ |
| 118 | +"parent" |
| 119 | +], |
| 120 | +"parameters": { |
| 121 | +"parent": { |
| 122 | +"description": "Required. The parent resource for new feedback labels.", |
| 123 | +"location": "path", |
| 124 | +"pattern": "^projects/[^/]+/locations/[^/]+$", |
| 125 | +"required": true, |
| 126 | +"type": "string" |
| 127 | +} |
| 128 | +}, |
| 129 | +"path": "v1/{+parent}:bulkDeleteFeedbackLabels", |
| 130 | +"request": { |
| 131 | +"$ref": "GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest" |
| 132 | +}, |
| 133 | +"response": { |
| 134 | +"$ref": "GoogleLongrunningOperation" |
| 135 | +}, |
| 136 | +"scopes": [ |
| 137 | +"https://www.googleapis.com/auth/cloud-platform" |
| 138 | +] |
| 139 | +}, |
112 | 140 | "bulkDownloadFeedbackLabels": {
|
113 | 141 | "description": "Download feedback labels in bulk from an external source. Currently supports exporting Quality AI example conversations with transcripts and question bodies.",
|
114 | 142 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}:bulkDownloadFeedbackLabels",
|
|
2609 | 2637 | }
|
2610 | 2638 | }
|
2611 | 2639 | },
|
2612 |
| -"revision": "20250224", |
| 2640 | +"revision": "20250311", |
2613 | 2641 | "rootUrl": "https://contactcenterinsights.googleapis.com/",
|
2614 | 2642 | "schemas": {
|
2615 | 2643 | "GoogleCloudContactcenterinsightsV1Analysis": {
|
|
3106 | 3134 | "properties": {},
|
3107 | 3135 | "type": "object"
|
3108 | 3136 | },
|
| 3137 | +"GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsMetadata": { |
| 3138 | +"description": "Metadata for the BulkDeleteFeedbackLabels endpoint.", |
| 3139 | +"id": "GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsMetadata", |
| 3140 | +"properties": { |
| 3141 | +"partialErrors": { |
| 3142 | +"description": "Partial errors during deletion operation that might cause the operation output to be incomplete.", |
| 3143 | +"items": { |
| 3144 | +"$ref": "GoogleRpcStatus" |
| 3145 | +}, |
| 3146 | +"type": "array" |
| 3147 | +}, |
| 3148 | +"request": { |
| 3149 | +"$ref": "GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest", |
| 3150 | +"description": "Output only. The original request for delete.", |
| 3151 | +"readOnly": true |
| 3152 | +} |
| 3153 | +}, |
| 3154 | +"type": "object" |
| 3155 | +}, |
| 3156 | +"GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest": { |
| 3157 | +"description": "Request for the BulkDeleteFeedbackLabels endpoint.", |
| 3158 | +"id": "GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest", |
| 3159 | +"properties": { |
| 3160 | +"filter": { |
| 3161 | +"description": "Optional. A filter to reduce results to a specific subset. Supports disjunctions (OR) and conjunctions (AND). Supported fields: * `issue_model_id` * `qa_question_id` * `qa_scorecard_id` * `min_create_time` * `max_create_time` * `min_update_time` * `max_update_time` * `feedback_label_type`: QUALITY_AI, TOPIC_MODELING", |
| 3162 | +"type": "string" |
| 3163 | +}, |
| 3164 | +"parent": { |
| 3165 | +"description": "Required. The parent resource for new feedback labels.", |
| 3166 | +"type": "string" |
| 3167 | +} |
| 3168 | +}, |
| 3169 | +"type": "object" |
| 3170 | +}, |
| 3171 | +"GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsResponse": { |
| 3172 | +"description": "Response for the BulkDeleteFeedbackLabels endpoint.", |
| 3173 | +"id": "GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsResponse", |
| 3174 | +"properties": {}, |
| 3175 | +"type": "object" |
| 3176 | +}, |
3109 | 3177 | "GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsMetadata": {
|
3110 | 3178 | "description": "Metadata for the BulkDownloadFeedbackLabel endpoint.",
|
3111 | 3179 | "id": "GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsMetadata",
|
|
4165 | 4233 | "AGENT_TEAM",
|
4166 | 4234 | "QA_QUESTION_ID",
|
4167 | 4235 | "QA_QUESTION_ANSWER_VALUE",
|
4168 |
| -"CONVERSATION_PROFILE_ID" |
| 4236 | +"CONVERSATION_PROFILE_ID", |
| 4237 | +"MEDIUM" |
4169 | 4238 | ],
|
4170 | 4239 | "enumDescriptions": [
|
4171 | 4240 | "The key of the dimension is unspecified.",
|
|
4175 | 4244 | "The dimension is keyed by agent teams.",
|
4176 | 4245 | "The dimension is keyed by QaQuestionIds. Note that: We only group by the QuestionId and not the revision-id of the scorecard this question is a part of. This allows for showing stats for the same question across different scorecard revisions.",
|
4177 | 4246 | "The dimension is keyed by QaQuestionIds-Answer value pairs. Note that: We only group by the QuestionId and not the revision-id of the scorecard this question is a part of. This allows for showing distribution of answers per question across different scorecard revisions.",
|
4178 |
| -"The dimension is keyed by the conversation profile ID." |
| 4247 | +"The dimension is keyed by the conversation profile ID.", |
| 4248 | +"The dimension is keyed by the conversation medium." |
4179 | 4249 | ],
|
4180 | 4250 | "type": "string"
|
4181 | 4251 | },
|
|
7148 | 7218 | "properties": {},
|
7149 | 7219 | "type": "object"
|
7150 | 7220 | },
|
| 7221 | +"GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsMetadata": { |
| 7222 | +"description": "Metadata for the BulkDeleteFeedbackLabels endpoint.", |
| 7223 | +"id": "GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsMetadata", |
| 7224 | +"properties": { |
| 7225 | +"partialErrors": { |
| 7226 | +"description": "Partial errors during deletion operation that might cause the operation output to be incomplete.", |
| 7227 | +"items": { |
| 7228 | +"$ref": "GoogleRpcStatus" |
| 7229 | +}, |
| 7230 | +"type": "array" |
| 7231 | +}, |
| 7232 | +"request": { |
| 7233 | +"$ref": "GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsRequest", |
| 7234 | +"description": "Output only. The original request for delete.", |
| 7235 | +"readOnly": true |
| 7236 | +} |
| 7237 | +}, |
| 7238 | +"type": "object" |
| 7239 | +}, |
| 7240 | +"GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsRequest": { |
| 7241 | +"description": "Request for the BulkDeleteFeedbackLabels endpoint.", |
| 7242 | +"id": "GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsRequest", |
| 7243 | +"properties": { |
| 7244 | +"filter": { |
| 7245 | +"description": "Optional. A filter to reduce results to a specific subset. Supports disjunctions (OR) and conjunctions (AND). Supported fields: * `issue_model_id` * `qa_question_id` * `qa_scorecard_id` * `min_create_time` * `max_create_time` * `min_update_time` * `max_update_time` * `feedback_label_type`: QUALITY_AI, TOPIC_MODELING", |
| 7246 | +"type": "string" |
| 7247 | +}, |
| 7248 | +"parent": { |
| 7249 | +"description": "Required. The parent resource for new feedback labels.", |
| 7250 | +"type": "string" |
| 7251 | +} |
| 7252 | +}, |
| 7253 | +"type": "object" |
| 7254 | +}, |
| 7255 | +"GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsResponse": { |
| 7256 | +"description": "Response for the BulkDeleteFeedbackLabels endpoint.", |
| 7257 | +"id": "GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsResponse", |
| 7258 | +"properties": {}, |
| 7259 | +"type": "object" |
| 7260 | +}, |
7151 | 7261 | "GoogleCloudContactcenterinsightsV1alpha1CallAnnotation": {
|
7152 | 7262 | "description": "A piece of metadata that applies to a window of a call.",
|
7153 | 7263 | "id": "GoogleCloudContactcenterinsightsV1alpha1CallAnnotation",
|
|
7897 | 8007 | "AGENT_TEAM",
|
7898 | 8008 | "QA_QUESTION_ID",
|
7899 | 8009 | "QA_QUESTION_ANSWER_VALUE",
|
7900 |
| -"CONVERSATION_PROFILE_ID" |
| 8010 | +"CONVERSATION_PROFILE_ID", |
| 8011 | +"MEDIUM" |
7901 | 8012 | ],
|
7902 | 8013 | "enumDescriptions": [
|
7903 | 8014 | "The key of the dimension is unspecified.",
|
|
7907 | 8018 | "The dimension is keyed by agent teams.",
|
7908 | 8019 | "The dimension is keyed by QaQuestionIds. Note that: We only group by the QuestionId and not the revision-id of the scorecard this question is a part of. This allows for showing stats for the same question across different scorecard revisions.",
|
7909 | 8020 | "The dimension is keyed by QaQuestionIds-Answer value pairs. Note that: We only group by the QuestionId and not the revision-id of the scorecard this question is a part of. This allows for showing distribution of answers per question across different scorecard revisions.",
|
7910 |
| -"The dimension is keyed by the conversation profile ID." |
| 8021 | +"The dimension is keyed by the conversation profile ID.", |
| 8022 | +"The dimension is keyed by the conversation medium." |
7911 | 8023 | ],
|
7912 | 8024 | "type": "string"
|
7913 | 8025 | },
|
|
0 commit comments