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.
8547 8548 8549 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 8547 def initialize(**args) update!(**args) end |
Instance Attribute Details
#request ⇒ Hash<String,Object>
Corresponds to the JSON property request
8545 8546 8547 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 8545 def request @request end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8552 8553 8554 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 8552 def update!(**args) @request = args[:request] if args.key?(:request) end |