Class: Google::Cloud::ContactCenterInsights::V1::IngestConversationsRequest::ConversationConfig
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::ContactCenterInsights::V1::IngestConversationsRequest::ConversationConfig
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
 
Overview
Configuration that applies to all conversations.
Instance Attribute Summary collapse
- 
  
    
      #agent_channel  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 - 
  
    
      #agent_id  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An opaque, user-specified string representing the human agent who handled the conversations.
 - 
  
    
      #customer_channel  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 
Instance Attribute Details
#agent_channel ⇒ ::Integer
Returns Optional. Indicates which of the channels, 1 or 2, contains the agent. Note that this must be set for conversations to be properly displayed and analyzed.
      379 380 381 382  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 379 class ConversationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#agent_id ⇒ ::String
Returns An opaque, user-specified string representing the human agent who handled the conversations.
      379 380 381 382  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 379 class ConversationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#customer_channel ⇒ ::Integer
Returns Optional. Indicates which of the channels, 1 or 2, contains the agent. Note that this must be set for conversations to be properly displayed and analyzed.
      379 380 381 382  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 379 class ConversationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |