Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse
 
 
- 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
Response of querying an issue model's statistics.
Instance Attribute Summary collapse
- 
  
    
      #current_stats  ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IssueModelLabelStats 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Aggregated statistics about an issue model.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse
Returns a new instance of GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse.
      606 607 608  | 
    
      # File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 606 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#current_stats ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IssueModelLabelStats
Aggregated statistics about an issue model.
Corresponds to the JSON property currentStats
      604 605 606  | 
    
      # File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 604 def current_stats @current_stats end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      611 612 613  | 
    
      # File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 611 def update!(**args) @current_stats = args[:current_stats] if args.key?(:current_stats) end  |