Skip to content

Commit 0ca2138

Browse files
feat(contactcenterinsights): update the api
#### contactcenterinsights:v1 The following keys were added: - schemas.GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest.properties.sheetsDestination.$ref (Total Keys: 1) - schemas.GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestSheetsDestination (Total Keys: 3) - schemas.GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequest.properties.sheetsSource.$ref (Total Keys: 1) - schemas.GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestSheetsSource (Total Keys: 3) - schemas.GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewMetadata (Total Keys: 2) - schemas.GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewResponse (Total Keys: 3) - schemas.GoogleCloudContactcenterinsightsV1alpha1QueryPerformanceOverviewMetadata (Total Keys: 2) - schemas.GoogleCloudContactcenterinsightsV1alpha1QueryPerformanceOverviewResponse (Total Keys: 3)
1 parent daa99db commit 0ca2138

File tree

2 files changed

+76
-1
lines changed

2 files changed

+76
-1
lines changed

docs/dyn/contactcenterinsights_v1.projects.locations.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,10 @@ <h3>Method Details</h3>
220220
},
221221
&quot;maxDownloadCount&quot;: 42, # Optional. Limits the maximum number of feedback labels that will be downloaded. The first `N` feedback labels will be downloaded.
222222
&quot;parent&quot;: &quot;A String&quot;, # Required. The parent resource for new feedback labels.
223+
&quot;sheetsDestination&quot;: { # Google Sheets document details to write the feedback labels to. # A sheets document destination.
224+
&quot;sheetTitle&quot;: &quot;A String&quot;, # Optional. The title of the new sheet to write the feedback labels to.
225+
&quot;spreadsheetUri&quot;: &quot;A String&quot;, # Required. The Google Sheets document to write the feedback labels to. Retrieved from Google Sheets URI. E.g. `https://docs.google.com/spreadsheets/d/1234567890` The spreadsheet must be shared with the Insights P4SA. The spreadsheet ID written to will be returned as `file_names` in the BulkDownloadFeedbackLabelsMetadata.
226+
},
223227
&quot;templateQaScorecardId&quot;: [ # Optional. If set, a template for labeling conversations and scorecard questions will be created from the conversation_filter and the questions under the scorecard(s). The feedback label `filter` will be ignored.
224228
&quot;A String&quot;,
225229
],
@@ -268,6 +272,9 @@ <h3>Method Details</h3>
268272
&quot;format&quot;: &quot;A String&quot;, # Required. File format which will be ingested.
269273
&quot;objectUri&quot;: &quot;A String&quot;, # Required. The Google Cloud Storage URI of the file to import. Format: `gs://bucket_name/object_name`
270274
},
275+
&quot;sheetsSource&quot;: { # Google Sheets document details to get the feedback label file from. # A sheets document source.
276+
&quot;spreadsheetUri&quot;: &quot;A String&quot;, # Required. The Google Sheets document to write the feedback labels to. Retrieved from Google Sheets URI. E.g. `https://docs.google.com/spreadsheets/d/1234567890` The spreadsheet must be shared with the Insights P4SA.
277+
},
271278
&quot;validateOnly&quot;: True or False, # Optional. If set, upload will not happen and the labels will be validated. If not set, then default behavior will be to upload the labels after validation is complete.
272279
}
273280

googleapiclient/discovery_cache/documents/contactcenterinsights.v1.json

Lines changed: 69 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2637,7 +2637,7 @@
26372637
}
26382638
}
26392639
},
2640-
"revision": "20250311",
2640+
"revision": "20250320",
26412641
"rootUrl": "https://contactcenterinsights.googleapis.com/",
26422642
"schemas": {
26432643
"GoogleCloudContactcenterinsightsV1Analysis": {
@@ -3279,6 +3279,10 @@
32793279
"description": "Required. The parent resource for new feedback labels.",
32803280
"type": "string"
32813281
},
3282+
"sheetsDestination": {
3283+
"$ref": "GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestSheetsDestination",
3284+
"description": "A sheets document destination."
3285+
},
32823286
"templateQaScorecardId": {
32833287
"description": "Optional. If set, a template for labeling conversations and scorecard questions will be created from the conversation_filter and the questions under the scorecard(s). The feedback label `filter` will be ignored.",
32843288
"items": {
@@ -3327,6 +3331,21 @@
33273331
},
33283332
"type": "object"
33293333
},
3334+
"GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestSheetsDestination": {
3335+
"description": "Google Sheets document details to write the feedback labels to.",
3336+
"id": "GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestSheetsDestination",
3337+
"properties": {
3338+
"sheetTitle": {
3339+
"description": "Optional. The title of the new sheet to write the feedback labels to.",
3340+
"type": "string"
3341+
},
3342+
"spreadsheetUri": {
3343+
"description": "Required. The Google Sheets document to write the feedback labels to. Retrieved from Google Sheets URI. E.g. `https://docs.google.com/spreadsheets/d/1234567890` The spreadsheet must be shared with the Insights P4SA. The spreadsheet ID written to will be returned as `file_names` in the BulkDownloadFeedbackLabelsMetadata.",
3344+
"type": "string"
3345+
}
3346+
},
3347+
"type": "object"
3348+
},
33303349
"GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsResponse": {
33313350
"description": "Response for the BulkDownloadFeedbackLabel endpoint.",
33323351
"id": "GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsResponse",
@@ -3341,6 +3360,10 @@
33413360
"$ref": "GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestGcsSource",
33423361
"description": "A cloud storage bucket source."
33433362
},
3363+
"sheetsSource": {
3364+
"$ref": "GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestSheetsSource",
3365+
"description": "A sheets document source."
3366+
},
33443367
"validateOnly": {
33453368
"description": "Optional. If set, upload will not happen and the labels will be validated. If not set, then default behavior will be to upload the labels after validation is complete.",
33463369
"type": "boolean"
@@ -3373,6 +3396,17 @@
33733396
},
33743397
"type": "object"
33753398
},
3399+
"GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestSheetsSource": {
3400+
"description": "Google Sheets document details to get the feedback label file from.",
3401+
"id": "GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestSheetsSource",
3402+
"properties": {
3403+
"spreadsheetUri": {
3404+
"description": "Required. The Google Sheets document to write the feedback labels to. Retrieved from Google Sheets URI. E.g. `https://docs.google.com/spreadsheets/d/1234567890` The spreadsheet must be shared with the Insights P4SA.",
3405+
"type": "string"
3406+
}
3407+
},
3408+
"type": "object"
3409+
},
33763410
"GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse": {
33773411
"description": "Response of querying an issue model's statistics.",
33783412
"id": "GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse",
@@ -6355,6 +6389,23 @@
63556389
},
63566390
"type": "object"
63576391
},
6392+
"GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewMetadata": {
6393+
"description": "The metadata for querying performance overview.",
6394+
"id": "GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewMetadata",
6395+
"properties": {},
6396+
"type": "object"
6397+
},
6398+
"GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewResponse": {
6399+
"description": "The response for querying performance overview.",
6400+
"id": "GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewResponse",
6401+
"properties": {
6402+
"summaryText": {
6403+
"description": "The summary text of the performance.",
6404+
"type": "string"
6405+
}
6406+
},
6407+
"type": "object"
6408+
},
63586409
"GoogleCloudContactcenterinsightsV1RedactionConfig": {
63596410
"description": "DLP resources used for redaction while ingesting conversations. DLP settings are applied to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversation coming from CCAI Platform. They are not applied to conversations ingested from the `CreateConversation` endpoint or the Dialogflow / Agent Assist runtime integrations. When using Dialogflow / Agent Assist runtime integrations, redaction should be performed in Dialogflow / Agent Assist.",
63606411
"id": "GoogleCloudContactcenterinsightsV1RedactionConfig",
@@ -9530,6 +9581,23 @@
95309581
},
95319582
"type": "object"
95329583
},
9584+
"GoogleCloudContactcenterinsightsV1alpha1QueryPerformanceOverviewMetadata": {
9585+
"description": "The metadata for querying performance overview.",
9586+
"id": "GoogleCloudContactcenterinsightsV1alpha1QueryPerformanceOverviewMetadata",
9587+
"properties": {},
9588+
"type": "object"
9589+
},
9590+
"GoogleCloudContactcenterinsightsV1alpha1QueryPerformanceOverviewResponse": {
9591+
"description": "The response for querying performance overview.",
9592+
"id": "GoogleCloudContactcenterinsightsV1alpha1QueryPerformanceOverviewResponse",
9593+
"properties": {
9594+
"summaryText": {
9595+
"description": "The summary text of the performance.",
9596+
"type": "string"
9597+
}
9598+
},
9599+
"type": "object"
9600+
},
95339601
"GoogleCloudContactcenterinsightsV1alpha1RedactionConfig": {
95349602
"description": "DLP resources used for redaction while ingesting conversations. DLP settings are applied to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversation coming from CCAI Platform. They are not applied to conversations ingested from the `CreateConversation` endpoint or the Dialogflow / Agent Assist runtime integrations. When using Dialogflow / Agent Assist runtime integrations, redaction should be performed in Dialogflow / Agent Assist.",
95359603
"id": "GoogleCloudContactcenterinsightsV1alpha1RedactionConfig",

0 commit comments

Comments
 (0)