Class BulkUploadFeedbackLabelsRequest (1.22.0)

BulkUploadFeedbackLabelsRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Attributes

Name Description
gcs_source google.cloud.contact_center_insights_v1.types.BulkUploadFeedbackLabelsRequest.GcsSource
A cloud storage bucket source. This field is a member of oneof_ source.
parent str
Required. The parent resource for new feedback labels.
validate_only bool
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.

Classes

GcsSource

GcsSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Google Cloud Storage Object details to get the feedback label file from.