Class: Google::Cloud::ContactCenterInsights::V1::BulkAnalyzeConversationsRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::ContactCenterInsights::V1::BulkAnalyzeConversationsRequest
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
 
Overview
The request to analyze conversations in bulk.
Instance Attribute Summary collapse
- 
  
    
      #analysis_percentage  ⇒ ::Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #annotator_selector  ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
To select the annotators to run and the phrase matchers to use (if any).
 - 
  
    
      #filter  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #parent  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 
Instance Attribute Details
#analysis_percentage ⇒ ::Float
Returns Required. Percentage of selected conversation to analyze, between [0, 100].
      516 517 518 519  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 516 class BulkAnalyzeConversationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#annotator_selector ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector
Returns To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
      516 517 518 519  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 516 class BulkAnalyzeConversationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#filter ⇒ ::String
Returns Required. Filter used to select the subset of conversations to analyze.
      516 517 518 519  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 516 class BulkAnalyzeConversationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#parent ⇒ ::String
Returns Required. The parent resource to create analyses in.
      516 517 518 519  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 516 class BulkAnalyzeConversationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |