Class: Google::Cloud::ContactCenterInsights::V1::UpdateIssueModelRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::ContactCenterInsights::V1::UpdateIssueModelRequest
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
 
Overview
The request to update an issue model.
Instance Attribute Summary collapse
- 
  
    
      #issue_model  ⇒ ::Google::Cloud::ContactCenterInsights::V1::IssueModel 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #update_mask  ⇒ ::Google::Protobuf::FieldMask 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of fields to be updated.
 
Instance Attribute Details
#issue_model ⇒ ::Google::Cloud::ContactCenterInsights::V1::IssueModel
Returns Required. The new values for the issue model.
      726 727 728 729  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 726 class UpdateIssueModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to be updated.
      726 727 728 729  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 726 class UpdateIssueModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |