Class: Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector::SummarizationConfig
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector::SummarizationConfig
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
 
Overview
Configuration for summarization.
Defined Under Namespace
Modules: SummarizationModel
Instance Attribute Summary collapse
- 
  
    
      #conversation_profile  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Resource name of the Dialogflow conversation profile.
 - 
  
    
      #summarization_model  ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector::SummarizationConfig::SummarizationModel 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Default summarization model to be used.
 
Instance Attribute Details
#conversation_profile ⇒ ::String
Returns Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}.
      1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1517 class SummarizationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Summarization model to use, if `conversation_profile` is not used. module SummarizationModel # Unspecified summarization model. SUMMARIZATION_MODEL_UNSPECIFIED = 0 # The CCAI baseline model. BASELINE_MODEL = 1 end end  | 
  
#summarization_model ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector::SummarizationConfig::SummarizationModel
Returns Default summarization model to be used.
      1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1517 class SummarizationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Summarization model to use, if `conversation_profile` is not used. module SummarizationModel # Unspecified summarization model. SUMMARIZATION_MODEL_UNSPECIFIED = 0 # The CCAI baseline model. BASELINE_MODEL = 1 end end  |