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