View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadataIngestConversationsStats (google_api_contact_center_insights v0.7.0)
Statistics for IngestConversations operation.
Attributes
-
duplicatesSkippedCount
(type:integer()
, default:nil
) - Output only. The number of objects skipped because another conversation with the same transcript uri had already been ingested. -
failedIngestCount
(type:integer()
, default:nil
) - Output only. The number of objects which were unable to be ingested due to errors. The errors are populated in the partial_errors field. -
processedObjectCount
(type:integer()
, default:nil
) - Output only. The number of objects processed during the ingest operation. -
successfulIngestCount
(type:integer()
, default:nil
) - Output only. The number of new conversations added during this ingest operation.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadataIngestConversationsStats{ duplicatesSkippedCount: integer() | nil, failedIngestCount: integer() | nil, processedObjectCount: integer() | nil, successfulIngestCount: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.