public sealed class BulkDownloadFeedbackLabelsRequest.Types.GcsDestination : IMessage<BulkDownloadFeedbackLabelsRequest.Types.GcsDestination>, IEquatable<BulkDownloadFeedbackLabelsRequest.Types.GcsDestination>, IDeepCloneable<BulkDownloadFeedbackLabelsRequest.Types.GcsDestination>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class BulkDownloadFeedbackLabelsRequest.Types.GcsDestination.
Google Cloud Storage Object details to write the feedback labels to.
Implements
IMessageBulkDownloadFeedbackLabelsRequestTypesGcsDestination, IEquatableBulkDownloadFeedbackLabelsRequestTypesGcsDestination, IDeepCloneableBulkDownloadFeedbackLabelsRequestTypesGcsDestination, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
GcsDestination()
public GcsDestination()
GcsDestination(GcsDestination)
public GcsDestination(BulkDownloadFeedbackLabelsRequest.Types.GcsDestination other)
Parameter | |
---|---|
Name | Description |
other |
BulkDownloadFeedbackLabelsRequestTypesGcsDestination |
Properties
AddWhitespace
public bool AddWhitespace { get; set; }
Optional. Add whitespace to the JSON file. Makes easier to read, but increases file size. Only applicable for JSON format.
Property Value | |
---|---|
Type | Description |
bool |
AlwaysPrintEmptyFields
public bool AlwaysPrintEmptyFields { get; set; }
Optional. Always print fields with no presence. This is useful for printing fields that are not set, like implicit 0 value or empty lists/maps. Only applicable for JSON format.
Property Value | |
---|---|
Type | Description |
bool |
Format
public BulkDownloadFeedbackLabelsRequest.Types.GcsDestination.Types.Format Format { get; set; }
Required. File format in which the labels will be exported.
Property Value | |
---|---|
Type | Description |
BulkDownloadFeedbackLabelsRequestTypesGcsDestinationTypesFormat |
ObjectUri
public string ObjectUri { get; set; }
Required. The Google Cloud Storage URI to write the feedback labels to.
The file name will be used as a prefix for the files written to the
bucket if the output needs to be split across multiple files, otherwise
it will be used as is. The file extension will be appended to the file
name based on the format selected.
E.g. gs://bucket_name/object_uri_prefix
Property Value | |
---|---|
Type | Description |
string |
RecordsPerFileCount
public long RecordsPerFileCount { get; set; }
Optional. The number of records per file. Applicable for either format.
Property Value | |
---|---|
Type | Description |
long |