Policy condition categories that define what kind of evaluation is performed.
Namespace: ININ.IceLib.Configuration.Dialer.DataTypesAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
| C# |
|---|
public enum PolicyConditionType |
| Visual Basic |
|---|
Public Enumeration PolicyConditionType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Attribute | 0 | An attribute of the contact record is checked. Valid in all policy types. | |
| CallAnalysis | 1 | The results of call analysis are checked. Invalid in pre-call policies. | |
| CallAttribute | 2 | An attirbute of the call is checked. Invalid in pre-call policies. | |
| Duration | 3 | The duration of the call is checked. Invalid in pre-call policies. | |
| CallCategory | 4 | The type of the call is checked. Valid in all policy types. | |
| CallDialingMode | 5 | The dialing mode of the call is checked. Valid only in pre-call policies. | |
| Disposition | 6 | The disposition of the call is checked. Valid only in disposition policy types. | |
| Abandon | 7 | The abandoned status of the call is checked. Valid only in disposition policy types. | |
| Stat | 8 | A system statistic is checked. Valid in all policy types. | |
| Time | 9 | The current time is checked. Valid in all policy types. | |
| PhoneNumberType | 10 | The type of the phone number is checked. Valid in all policy types. | |
| PhoneNumberDetails | 11 | The details of the phone number are checked. Valid only in pre-call policies. |