Class GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestGcsSource
Google Cloud Storage Object 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 GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestGcsSource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Format
Required. File format which will be ingested.
Declaration
[JsonProperty("format")]
public virtual string Format { get; set; }
Property Value
Type | Description |
---|---|
string |
ObjectUri
Required. The Google Cloud Storage URI of the file to import. Format: gs://bucket_name/object_name
Declaration
[JsonProperty("objectUri")]
public virtual string ObjectUri { get; set; }
Property Value
Type | Description |
---|---|
string |