Class: Vapi::ConditionOperator
- Inherits:
-
Object
- Object
- Vapi::ConditionOperator
- Defined in:
- lib/vapi_server_sdk/types/condition_operator.rb
Overview
This is the operator you want to use to compare the parameter and value.
Constant Summary collapse
- EQ =
"eq"
- NEQ =
"neq"
- GT =
"gt"
- GTE =
"gte"
- LT =
"lt"
- LTE =
"lte"