Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewResponse
- 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
The response for querying performance overview.
Instance Attribute Summary collapse
-
#summary_text ⇒ String
The summary text of the performance.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewResponse
constructor
A new instance of GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewResponse
Returns a new instance of GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewResponse.
9331 9332 9333 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9331 def initialize(**args) update!(**args) end |
Instance Attribute Details
#summary_text ⇒ String
The summary text of the performance.
Corresponds to the JSON property summaryText
9329 9330 9331 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9329 def summary_text @summary_text end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9336 9337 9338 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9336 def update!(**args) @summary_text = args[:summary_text] if args.key?(:summary_text) end |