Class: Google::Cloud::ContactCenterInsights::V1::BulkAnalyzeConversationsResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#failed_analysis_count::Integer

Returns Count of failed analyses.

Returns:

  • (::Integer)

    Count of failed analyses.



557
558
559
560
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 557

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

#successful_analysis_count::Integer

Returns Count of successful analyses.

Returns:

  • (::Integer)

    Count of successful analyses.



557
558
559
560
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 557

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