Class: Google::Cloud::ContactCenterInsights::V1::Analysis
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::ContactCenterInsights::V1::Analysis
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
 
Overview
The analysis resource.
Instance Attribute Summary collapse
- 
  
    
      #analysis_result  ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnalysisResult 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Output only.
 - 
  
    
      #annotator_selector  ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
To select the annotators to run and the phrase matchers to use (if any).
 - 
  
    
      #create_time  ⇒ ::Google::Protobuf::Timestamp 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Output only.
 - 
  
    
      #name  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Immutable.
 - 
  
    
      #request_time  ⇒ ::Google::Protobuf::Timestamp 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Output only.
 
Instance Attribute Details
#analysis_result ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnalysisResult (readonly)
Returns Output only. The result of the analysis, which is populated when the analysis finishes.
      282 283 284 285  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 282 class Analysis 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.
      282 283 284 285  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 282 class Analysis include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time at which the analysis was created, which occurs when the long-running operation completes.
      282 283 284 285  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 282 class Analysis include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#name ⇒ ::String
Returns Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}.
      282 283 284 285  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 282 class Analysis include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#request_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time at which the analysis was requested.
      282 283 284 285  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 282 class Analysis include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |