Class: Google::Cloud::ContactCenterInsights::V1::GetConversationRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::ContactCenterInsights::V1::GetConversationRequest
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
 
Overview
The request to get a conversation.
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #view  ⇒ ::Google::Cloud::ContactCenterInsights::V1::ConversationView 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The level of details of the conversation.
 
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the conversation to get.
      275 276 277 278  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 275 class GetConversationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#view ⇒ ::Google::Cloud::ContactCenterInsights::V1::ConversationView
Returns The level of details of the conversation. Default is FULL.
      275 276 277 278  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 275 class GetConversationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |