Class: Google::Cloud::ContactCenterInsights::V1::CalculateStatsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb

Overview

The request for calculating conversation statistics.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

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

Returns:

  • (::String)

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



32
33
34
35
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 32

class CalculateStatsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#location::String

Returns Required. The location of the conversations.

Returns:

  • (::String)

    Required. The location of the conversations.



32
33
34
35
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 32

class CalculateStatsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end