Class: Google::Cloud::ContactCenterInsights::V1::IngestConversationsMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb

Overview

The metadata for an IngestConversations operation.

Defined Under Namespace

Classes: IngestConversationsStats

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time the operation was created.

Returns:



402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 402

class IngestConversationsMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Statistics for IngestConversations operation.
  # @!attribute [r] processed_object_count
  #   @return [::Integer]
  #     Output only. The number of objects processed during the ingest operation.
  # @!attribute [r] duplicates_skipped_count
  #   @return [::Integer]
  #     Output only. The number of objects skipped because another conversation
  #     with the same transcript uri had already been ingested.
  # @!attribute [r] successful_ingest_count
  #   @return [::Integer]
  #     Output only. The number of new conversations added during this ingest
  #     operation.
  # @!attribute [r] failed_ingest_count
  #   @return [::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.
  class IngestConversationsStats
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#end_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time the operation finished running.

Returns:



402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 402

class IngestConversationsMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Statistics for IngestConversations operation.
  # @!attribute [r] processed_object_count
  #   @return [::Integer]
  #     Output only. The number of objects processed during the ingest operation.
  # @!attribute [r] duplicates_skipped_count
  #   @return [::Integer]
  #     Output only. The number of objects skipped because another conversation
  #     with the same transcript uri had already been ingested.
  # @!attribute [r] successful_ingest_count
  #   @return [::Integer]
  #     Output only. The number of new conversations added during this ingest
  #     operation.
  # @!attribute [r] failed_ingest_count
  #   @return [::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.
  class IngestConversationsStats
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#ingest_conversations_stats::Google::Cloud::ContactCenterInsights::V1::IngestConversationsMetadata::IngestConversationsStats (readonly)

Returns Output only. Statistics for IngestConversations operation.

Returns:



402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 402

class IngestConversationsMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Statistics for IngestConversations operation.
  # @!attribute [r] processed_object_count
  #   @return [::Integer]
  #     Output only. The number of objects processed during the ingest operation.
  # @!attribute [r] duplicates_skipped_count
  #   @return [::Integer]
  #     Output only. The number of objects skipped because another conversation
  #     with the same transcript uri had already been ingested.
  # @!attribute [r] successful_ingest_count
  #   @return [::Integer]
  #     Output only. The number of new conversations added during this ingest
  #     operation.
  # @!attribute [r] failed_ingest_count
  #   @return [::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.
  class IngestConversationsStats
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#partial_errors::Array<::Google::Rpc::Status> (readonly)

Returns Output only. Partial errors during ingest operation that might cause the operation output to be incomplete.

Returns:

  • (::Array<::Google::Rpc::Status>)

    Output only. Partial errors during ingest operation that might cause the operation output to be incomplete.



402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 402

class IngestConversationsMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Statistics for IngestConversations operation.
  # @!attribute [r] processed_object_count
  #   @return [::Integer]
  #     Output only. The number of objects processed during the ingest operation.
  # @!attribute [r] duplicates_skipped_count
  #   @return [::Integer]
  #     Output only. The number of objects skipped because another conversation
  #     with the same transcript uri had already been ingested.
  # @!attribute [r] successful_ingest_count
  #   @return [::Integer]
  #     Output only. The number of new conversations added during this ingest
  #     operation.
  # @!attribute [r] failed_ingest_count
  #   @return [::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.
  class IngestConversationsStats
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#request::Google::Cloud::ContactCenterInsights::V1::IngestConversationsRequest (readonly)

Returns Output only. The original request for ingest.

Returns:



402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 402

class IngestConversationsMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Statistics for IngestConversations operation.
  # @!attribute [r] processed_object_count
  #   @return [::Integer]
  #     Output only. The number of objects processed during the ingest operation.
  # @!attribute [r] duplicates_skipped_count
  #   @return [::Integer]
  #     Output only. The number of objects skipped because another conversation
  #     with the same transcript uri had already been ingested.
  # @!attribute [r] successful_ingest_count
  #   @return [::Integer]
  #     Output only. The number of new conversations added during this ingest
  #     operation.
  # @!attribute [r] failed_ingest_count
  #   @return [::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.
  class IngestConversationsStats
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end