Class: Google::Cloud::ContactCenterInsights::V1::BulkAnalyzeConversationsMetadata

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 a bulk analyze conversations operation.

Instance Attribute Summary collapse

Instance Attribute Details

#completed_analyses_count::Integer

Returns The number of requested analyses that have completed successfully so far.

Returns:

  • (::Integer)

    The number of requested analyses that have completed successfully so far.



545
546
547
548
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 545

class BulkAnalyzeConversationsMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#create_time::Google::Protobuf::Timestamp

Returns The time the operation was created.

Returns:



545
546
547
548
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 545

class BulkAnalyzeConversationsMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#end_time::Google::Protobuf::Timestamp

Returns The time the operation finished running.

Returns:



545
546
547
548
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 545

class BulkAnalyzeConversationsMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#failed_analyses_count::Integer

Returns The number of requested analyses that have failed so far.

Returns:

  • (::Integer)

    The number of requested analyses that have failed so far.



545
546
547
548
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 545

class BulkAnalyzeConversationsMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

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

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

Returns:

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

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



545
546
547
548
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 545

class BulkAnalyzeConversationsMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#request::Google::Cloud::ContactCenterInsights::V1::BulkAnalyzeConversationsRequest

Returns The original request for bulk analyze.

Returns:



545
546
547
548
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 545

class BulkAnalyzeConversationsMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#total_requested_analyses_count::Integer

Total number of analyses requested. Computed by the number of conversations returned by filter multiplied by analysis_percentage in the request.

Returns:

  • (::Integer)

    Total number of analyses requested. Computed by the number of conversations returned by filter multiplied by analysis_percentage in the request.



545
546
547
548
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 545

class BulkAnalyzeConversationsMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end