Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetrics

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

Request data that use the existing QueryMetrics.

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#requestHash<String,Object>

Corresponds to the JSON property request

Returns:

  • (Hash<String,Object>)


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