Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class UploadStats.
Statistics for BulkUploadFeedbackLabels operation.
Generated from protobuf message google.cloud.contactcenterinsights.v1.BulkUploadFeedbackLabelsMetadata.UploadStats
Namespace
Google \ Cloud \ ContactCenterInsights \ V1 \ BulkUploadFeedbackLabelsMetadataMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ processed_object_count |
int
The number of objects processed during the upload operation. |
↳ failed_validation_count |
int
The number of objects skipped because of failed validation |
↳ successful_upload_count |
int
The number of new feedback labels added during this ingest operation. |
getProcessedObjectCount
The number of objects processed during the upload operation.
Returns | |
---|---|
Type | Description |
int |
setProcessedObjectCount
The number of objects processed during the upload operation.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getFailedValidationCount
The number of objects skipped because of failed validation
Returns | |
---|---|
Type | Description |
int |
setFailedValidationCount
The number of objects skipped because of failed validation
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getSuccessfulUploadCount
The number of new feedback labels added during this ingest operation.
Returns | |
---|---|
Type | Description |
int |
setSuccessfulUploadCount
The number of new feedback labels added during this ingest operation.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |