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.



7986
7987
7988
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7986

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

Instance Attribute Details

#requestHash<String,Object>

Corresponds to the JSON property request

Returns:

  • (Hash<String,Object>)


7984
7985
7986
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7984

def request
  @request
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7991
7992
7993
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7991

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