Values.BooleanOperandsSourceBoolean operands for a condition. In the Amazon Connect admin website, case rules are known as case field conditions. For more information about case field conditions, see Add case field conditions to a case template.
type nonrec t = {operandOne : OperandOne.t;Represents the left hand operand in the condition.
*)operandTwo : OperandTwo.t;Represents the right hand operand in the condition.
*)result : Boolean.t;The value of the outer rule if the condition evaluates to true.
*)}val make :
operandOne:OperandOne.t ->
operandTwo:OperandTwo.t ->
result:Boolean.t ->
unit ->
t