Class: Google::Cloud::ContactCenterInsights::V1::ListIssueModelsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::ContactCenterInsights::V1::ListIssueModelsResponse
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
 
Overview
The response of listing issue models.
Instance Attribute Summary collapse
- 
  
    
      #issue_models  ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::IssueModel> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The issue models that match the request.
 
Instance Attribute Details
#issue_models ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::IssueModel>
Returns The issue models that match the request.
      744 745 746 747  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 744 class ListIssueModelsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |