- HTTP request
 - Path parameters
 - Request body
 - Response body
 - Authorization scopes
 - IAM Permissions
 - Try it!
 
Download feedback labels in bulk from an external source. Currently supports exporting Quality AI example conversations with transcripts and question bodies.
HTTP request
POST https://{endpoint}/v1alpha1/{parent=projects/*/locations/*}:bulkDownloadFeedbackLabels
Where {endpoint} is one of the supported service endpoints.
The URLs use gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent | 
                
                   
 Required. The parent resource for new feedback labels.  | 
              
Request body
The request body contains data with the following structure:
| JSON representation | 
|---|
{ "filter": string, "maxDownloadCount": integer, "feedbackLabelType": enum (  | 
                
| Fields | |
|---|---|
filter | 
                  
                     
 Optional. A filter to reduce results to a specific subset. Supports disjunctions (OR) and conjunctions (AND). Supported fields: 
  | 
                
maxDownloadCount | 
                  
                     
 Optional. Limits the maximum number of feedback labels that will be downloaded. The first   | 
                
feedbackLabelType | 
                  
                     
 Optional. The type of feedback labels that will be downloaded.  | 
                
conversationFilter | 
                  
                     
 Optional. Filter parent conversations to download feedback labels for. When specified, the feedback labels will be downloaded for the conversations that match the filter. If   | 
                
templateQaScorecardId[] | 
                  
                     
 Optional. If set, a template for labeling conversations and scorecard questions will be created from the conversationFilter and the questions under the scorecard(s). The feedback label   | 
                
Union field destination. Configuration for an external data store to which the feedback labels will be written to. destination can be only one of the following: | 
                |
gcsDestination | 
                  
                     
 A cloud storage bucket destination.  | 
                
sheetsDestination | 
                  
                     
 A sheets document destination.  | 
                
Response body
If successful, the response body contains an instance of Operation.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permissions on the parent resource:
contactcenterinsights.authorizedFeedbackLabels.downloadcontactcenterinsights.feedbackLabels.download
For more information, see the IAM documentation.