BulkUploadFeedbackLabelsRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
The request for bulk uploading feedback labels.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
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.