Class: Google::Cloud::ContactCenterInsights::V1::CreateAnalysisRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::ContactCenterInsights::V1::CreateAnalysisRequest
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
 
Overview
The request to create an analysis.
Instance Attribute Summary collapse
- 
  
    
      #analysis  ⇒ ::Google::Cloud::ContactCenterInsights::V1::Analysis 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #parent  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 
Instance Attribute Details
#analysis ⇒ ::Google::Cloud::ContactCenterInsights::V1::Analysis
Returns Required. The analysis to create.
      441 442 443 444  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 441 class CreateAnalysisRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#parent ⇒ ::String
Returns Required. The parent resource of the analysis.
      441 442 443 444  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 441 class CreateAnalysisRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |