Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::BulkUploadFeedbackLabelsRequest.
The request for bulk uploading feedback labels.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#gcs_source
def gcs_source() -> ::Google::Cloud::ContactCenterInsights::V1::BulkUploadFeedbackLabelsRequest::GcsSource
Returns
- (::Google::Cloud::ContactCenterInsights::V1::BulkUploadFeedbackLabelsRequest::GcsSource) — A cloud storage bucket source.
#gcs_source=
def gcs_source=(value) -> ::Google::Cloud::ContactCenterInsights::V1::BulkUploadFeedbackLabelsRequest::GcsSource
Parameter
- value (::Google::Cloud::ContactCenterInsights::V1::BulkUploadFeedbackLabelsRequest::GcsSource) — A cloud storage bucket source.
Returns
- (::Google::Cloud::ContactCenterInsights::V1::BulkUploadFeedbackLabelsRequest::GcsSource) — A cloud storage bucket source.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The parent resource for new feedback labels.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The parent resource for new feedback labels.
Returns
- (::String) — Required. The parent resource for new feedback labels.
#validate_only
def validate_only() -> ::Boolean
Returns
- (::Boolean) — 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.
#validate_only=
def validate_only=(value) -> ::Boolean
Parameter
- value (::Boolean) — 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.
Returns
- (::Boolean) — 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.