Class: Google::Cloud::ContactCenterInsights::V1::IssueModelResult
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::ContactCenterInsights::V1::IssueModelResult
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
 
Overview
Issue Modeling result on a conversation.
Instance Attribute Summary collapse
- 
  
    
      #issue_model  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Issue model that generates the result.
 - 
  
    
      #issues  ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::IssueAssignment> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
All the matched issues.
 
Instance Attribute Details
#issue_model ⇒ ::String
Returns Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}.
      399 400 401 402  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 399 class IssueModelResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#issues ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::IssueAssignment>
Returns All the matched issues.
      399 400 401 402  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 399 class IssueModelResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |