Class: Google::Cloud::ContactCenterInsights::V1::CalculateStatsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::CalculateStatsRequest
- 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
-
#filter ⇒ ::String
A filter to reduce results to a specific subset.
-
#location ⇒ ::String
Required.
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.
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.
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 |