Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse

Returns a new instance of GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse.



502
503
504
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 502

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#current_statsGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IssueModelLabelStats

Aggregated statistics about an issue model. Corresponds to the JSON property currentStats



500
501
502
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 500

def current_stats
  @current_stats
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



507
508
509
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 507

def update!(**args)
  @current_stats = args[:current_stats] if args.key?(:current_stats)
end