Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ListIssueModelsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ListIssueModelsResponse
 
 
- Includes:
 - Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/contactcenterinsights_v1/classes.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb 
Overview
The response of listing issue models.
Instance Attribute Summary collapse
- 
  
    
      #issue_models  ⇒ Array<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IssueModel> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The issue models that match the request.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GoogleCloudContactcenterinsightsV1ListIssueModelsResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GoogleCloudContactcenterinsightsV1ListIssueModelsResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1ListIssueModelsResponse
Returns a new instance of GoogleCloudContactcenterinsightsV1ListIssueModelsResponse.
      2975 2976 2977  | 
    
      # File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2975 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#issue_models ⇒ Array<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IssueModel>
The issue models that match the request.
Corresponds to the JSON property issueModels
      2973 2974 2975  | 
    
      # File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2973 def issue_models @issue_models end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      2980 2981 2982  | 
    
      # File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2980 def update!(**args) @issue_models = args[:issue_models] if args.key?(:issue_models) end  |