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.



262
263
264
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 262

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



260
261
262
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 260

def current_stats
  @current_stats
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



267
268
269
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 267

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