Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class IngestConversationsStats.
Statistics for IngestConversations operation.
Generated from protobuf message google.cloud.contactcenterinsights.v1.IngestConversationsMetadata.IngestConversationsStats
Namespace
Google \ Cloud \ ContactCenterInsights \ V1 \ IngestConversationsMetadataMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ processed_object_count |
int
Output only. The number of objects processed during the ingest operation. |
↳ duplicates_skipped_count |
int
Output only. The number of objects skipped because another conversation with the same transcript uri had already been ingested. |
↳ successful_ingest_count |
int
Output only. The number of new conversations added during this ingest operation. |
↳ failed_ingest_count |
int
Output only. The number of objects which were unable to be ingested due to errors. The errors are populated in the partial_errors field. |
getProcessedObjectCount
Output only. The number of objects processed during the ingest operation.
Returns | |
---|---|
Type | Description |
int |
setProcessedObjectCount
Output only. The number of objects processed during the ingest operation.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getDuplicatesSkippedCount
Output only. The number of objects skipped because another conversation with the same transcript uri had already been ingested.
Returns | |
---|---|
Type | Description |
int |
setDuplicatesSkippedCount
Output only. The number of objects skipped because another conversation with the same transcript uri had already been ingested.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getSuccessfulIngestCount
Output only. The number of new conversations added during this ingest operation.
Returns | |
---|---|
Type | Description |
int |
setSuccessfulIngestCount
Output only. The number of new conversations added during this ingest operation.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getFailedIngestCount
Output only. The number of objects which were unable to be ingested due to errors. The errors are populated in the partial_errors field.
Returns | |
---|---|
Type | Description |
int |
setFailedIngestCount
Output only. The number of objects which were unable to be ingested due to errors. The errors are populated in the partial_errors field.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |