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.



9247
9248
9249
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9247

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

Instance Attribute Details

#requestHash<String,Object>

Corresponds to the JSON property request

Returns:

  • (Hash<String,Object>)


9245
9246
9247
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9245

def request
  @request
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9252
9253
9254
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9252

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