Google Cloud Contact Center Insights V1 Client - Class IngestConversationsStats (1.6.2)

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 \ IngestConversationsMetadata

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
int

setProcessedObjectCount

Output only. The number of objects processed during the ingest operation.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getDuplicatesSkippedCount

Output only. The number of objects skipped because another conversation with the same transcript uri had already been ingested.

Returns
TypeDescription
int

setDuplicatesSkippedCount

Output only. The number of objects skipped because another conversation with the same transcript uri had already been ingested.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getSuccessfulIngestCount

Output only. The number of new conversations added during this ingest operation.

Returns
TypeDescription
int

setSuccessfulIngestCount

Output only. The number of new conversations added during this ingest operation.

Parameter
NameDescription
var int
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var int
Returns
TypeDescription
$this