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.
463 464 465 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 463 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
461 462 463 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 461 def current_stats @current_stats end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
468 469 470 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 468 def update!(**args) @current_stats = args[:current_stats] if args.key?(:current_stats) end |