Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QueryPerformanceOverviewResponse

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

The response for querying performance overview.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1QueryPerformanceOverviewResponse

Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1QueryPerformanceOverviewResponse.



11724
11725
11726
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 11724

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

Instance Attribute Details

#summary_textString

The summary text of the performance. Corresponds to the JSON property summaryText

Returns:

  • (String)


11722
11723
11724
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 11722

def summary_text
  @summary_text
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11729
11730
11731
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 11729

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