Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::IngestConversationsMetadata::IngestConversationsStats.
Statistics for IngestConversations operation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#duplicates_skipped_count
def duplicates_skipped_count() -> ::Integer
Returns
- (::Integer) — Output only. The number of objects skipped because another conversation with the same transcript uri had already been ingested.
#failed_ingest_count
def failed_ingest_count() -> ::Integer
Returns
- (::Integer) — Output only. The number of objects which were unable to be ingested due to errors. The errors are populated in the partial_errors field.
#processed_object_count
def processed_object_count() -> ::Integer
Returns
- (::Integer) — Output only. The number of objects processed during the ingest operation.
#successful_ingest_count
def successful_ingest_count() -> ::Integer
Returns
- (::Integer) — Output only. The number of new conversations added during this ingest operation.