Class: Vapi::RuleBasedConditionOperator

Inherits:
Object
  • Object
show all
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"