Class: Vapi::RuleBasedConditionOperator
- Inherits:
-
Object
- Object
- Vapi::RuleBasedConditionOperator
- Defined in:
- lib/vapi_server_sdk/types/rule_based_condition_operator.rb
Overview
This is the operator you want to use to compare the left side and right side.
The operation becomes `(leftSide) operator (rightSide)`.
Constant Summary collapse
- EQ =
"eq"- NEQ =
"neq"- GT =
"gt"- GTE =
"gte"- LT =
"lt"- LTE =
"lte"