Class: Google::Cloud::ContactCenterInsights::V1::Issue
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::ContactCenterInsights::V1::Issue
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
 
Overview
The issue resource.
Instance Attribute Summary collapse
- 
  
    
      #create_time  ⇒ ::Google::Protobuf::Timestamp 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Output only.
 - 
  
    
      #display_name  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The representative name for the issue.
 - 
  
    
      #name  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Immutable.
 - 
  
    
      #sample_utterances  ⇒ ::Array<::String> 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Output only.
 - 
  
    
      #update_time  ⇒ ::Google::Protobuf::Timestamp 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Output only.
 
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time at which this issue was created.
      836 837 838 839  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 836 class Issue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#display_name ⇒ ::String
Returns The representative name for the issue.
      836 837 838 839  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 836 class Issue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#name ⇒ ::String
Returns Immutable. The resource name of the issue. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}.
      836 837 838 839  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 836 class Issue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#sample_utterances ⇒ ::Array<::String> (readonly)
Returns Output only. Resource names of the sample representative utterances that match to this issue.
      836 837 838 839  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 836 class Issue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The most recent time that this issue was updated.
      836 837 838 839  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 836 class Issue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |