Class: Google::Cloud::ContactCenterInsights::V1::BulkAnalyzeConversationsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::ContactCenterInsights::V1::BulkAnalyzeConversationsResponse
 
 
- 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
- 
  
    
      #failed_analysis_count  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Count of failed analyses.
 - 
  
    
      #successful_analysis_count  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Count of successful analyses.
 
Instance Attribute Details
#failed_analysis_count ⇒ ::Integer
Returns 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.
      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  |