Class: Vapi::AnalyticsOperationOperation
- Inherits:
-
Object
- Object
- Vapi::AnalyticsOperationOperation
- Defined in:
- lib/vapi_server_sdk/types/analytics_operation_operation.rb
Overview
This is the aggregation operation you want to perform.
Constant Summary collapse
- SUM =
"sum"- AVG =
"avg"- COUNT =
"count"- MIN =
"min"- MAX =
"max"- HISTORY =
"history"