Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1CalculateStatsRequest

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

The request for calculating conversation statistics.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1CalculateStatsRequest

Returns a new instance of GoogleCloudContactcenterinsightsV1CalculateStatsRequest.



1368
1369
1370
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 1368

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

Instance Attribute Details

#filterString

A filter to reduce results to a specific subset. This field is useful for getting statistics about conversations with specific properties. Corresponds to the JSON property filter

Returns:

  • (String)


1366
1367
1368
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 1366

def filter
  @filter
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1373
1374
1375
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 1373

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