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:



455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 455

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:



455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 455

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:



455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 455

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.



455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 455

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:



455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 455

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