Values.OperandTwoSourceRepresents the right hand operand in the 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 = {stringValue : OperandTwoStringValueString.t option;String value type.
*)booleanValue : Boolean.t option;Boolean value type.
*)doubleValue : Double.t option;Double value type.
*)emptyValue : EmptyOperandValue.t option;Empty value type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Double of Double.t
| `String of OperandTwoStringValueString.t
| `Structure of 'a list ])
list ]