# AgilegravityagileAiTrainerserverClient.PackedVersionDataNodeItemIndexItemsOr

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**source** | **String** |  | [optional] 
**sentiment** | **String** |  | [optional] 
**key** | **String** |  | [optional] 
**operator** | **String** |  | [optional] 
**value** | **Object** |  | [optional] 
**id** | **String** |  | [optional] 

<a name="SourceEnum"></a>
## Enum: SourceEnum

* `ALWAYS_TRUE` (value: `"ALWAYS_TRUE"`)
* `dataStore.currentValue` (value: `"dataStore.currentValue"`)
* `dataStore.history` (value: `"dataStore.history"`)
* `intent.name` (value: `"intent.name"`)
* `text.email` (value: `"text.email"`)
* `text.number` (value: `"text.number"`)
* `text.raw` (value: `"text.raw"`)


<a name="SentimentEnum"></a>
## Enum: SentimentEnum

* `negative` (value: `"negative"`)
* `positive` (value: `"positive"`)


<a name="OperatorEnum"></a>
## Enum: OperatorEnum

* `contains` (value: `"contains"`)
* `containsNot` (value: `"containsNot"`)
* `dateFrom` (value: `"dateFrom"`)
* `dateTo` (value: `"dateTo"`)
* `equals` (value: `"equals"`)
* `equalsNot` (value: `"equalsNot"`)
* `exists` (value: `"exists"`)
* `existsNot` (value: `"existsNot"`)
* `startsNotWith` (value: `"startsNotWith"`)
* `startsWith` (value: `"startsWith"`)

