public sealed class BulkUploadFeedbackLabelsRequest.Types.GcsSource : IMessage<BulkUploadFeedbackLabelsRequest.Types.GcsSource>, IEquatable<BulkUploadFeedbackLabelsRequest.Types.GcsSource>, IDeepCloneable<BulkUploadFeedbackLabelsRequest.Types.GcsSource>, IBufferMessage, IMessageReference documentation and code samples for the Contact Center AI Insights v1 API class BulkUploadFeedbackLabelsRequest.Types.GcsSource.
Google Cloud Storage Object details to get the feedback label file from.
Implements
IMessageBulkUploadFeedbackLabelsRequestTypesGcsSource, IEquatableBulkUploadFeedbackLabelsRequestTypesGcsSource, IDeepCloneableBulkUploadFeedbackLabelsRequestTypesGcsSource, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
GcsSource()
public GcsSource()GcsSource(GcsSource)
public GcsSource(BulkUploadFeedbackLabelsRequest.Types.GcsSource other)| Parameter | |
|---|---|
| Name | Description |
other |
BulkUploadFeedbackLabelsRequestTypesGcsSource |
Properties
Format
public BulkUploadFeedbackLabelsRequest.Types.GcsSource.Types.Format Format { get; set; }Required. File format which will be ingested.
| Property Value | |
|---|---|
| Type | Description |
BulkUploadFeedbackLabelsRequestTypesGcsSourceTypesFormat |
|
ObjectUri
public string ObjectUri { get; set; }Required. The Google Cloud Storage URI of the file to import.
Format: gs://bucket_name/object_name
| Property Value | |
|---|---|
| Type | Description |
string |
|