Class: Google::Cloud::ContactCenterInsights::V1::IssueMatchData
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::ContactCenterInsights::V1::IssueMatchData
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
 
Overview
The data for an issue match annotation.
Instance Attribute Summary collapse
- 
  
    
      #issue_assignment  ⇒ ::Google::Cloud::ContactCenterInsights::V1::IssueAssignment 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the issue's assignment.
 
Instance Attribute Details
#issue_assignment ⇒ ::Google::Cloud::ContactCenterInsights::V1::IssueAssignment
Returns Information about the issue's assignment.
      720 721 722 723  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 720 class IssueMatchData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |