Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetrics
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetrics
- 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
Request data that use the existing QueryMetrics.
Instance Attribute Summary collapse
-
#request ⇒ Hash<String,Object>
Corresponds to the JSON property
request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1QueryMetrics
constructor
A new instance of GoogleCloudContactcenterinsightsV1QueryMetrics.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1QueryMetrics
Returns a new instance of GoogleCloudContactcenterinsightsV1QueryMetrics.
7452 7453 7454 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7452 def initialize(**args) update!(**args) end |
Instance Attribute Details
#request ⇒ Hash<String,Object>
Corresponds to the JSON property request
7450 7451 7452 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7450 def request @request end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7457 7458 7459 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7457 def update!(**args) @request = args[:request] if args.key?(:request) end |