View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequest (google_api_contact_center_insights v0.12.0)
The request for bulk uploading feedback labels.
Attributes
-
gcsSource
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestGcsSource.t
, default:nil
) - A cloud storage bucket source. -
validateOnly
(type:boolean()
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequest{ gcsSource: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestGcsSource.t() | nil, validateOnly: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.