Class GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequest
The request for bulk uploading feedback labels.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsSource
A cloud storage bucket source.
Declaration
[JsonProperty("gcsSource")]
public virtual GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestGcsSource GcsSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestGcsSource |
ValidateOnly
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.
Declaration
[JsonProperty("validateOnly")]
public virtual bool? ValidateOnly { get; set; }
Property Value
Type | Description |
---|---|
bool? |