Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequest

The request for bulk uploading feedback labels.

Inheritance
object
GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

SheetsSource

A sheets document source.

Declaration
[JsonProperty("sheetsSource")]
public virtual GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestSheetsSource SheetsSource { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestSheetsSource

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX