Class GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestSheetsDestination
Google Sheets document details to write the feedback labels to.
Inheritance
GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestSheetsDestination
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestSheetsDestination : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SheetTitle
Optional. The title of the new sheet to write the feedback labels to.
Declaration
[JsonProperty("sheetTitle")]
public virtual string SheetTitle { get; set; }
Property Value
Type | Description |
---|---|
string |
SpreadsheetUri
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.
Declaration
[JsonProperty("spreadsheetUri")]
public virtual string SpreadsheetUri { get; set; }
Property Value
Type | Description |
---|---|
string |