RuleReference

data class RuleReference(val type: RuleReferenceType, val value: String)

Information about the reference when the `referenceType` is `URL`. Otherwise, null. (Supports variable injection in the `Value` field.)

Constructors

Link copied to clipboard
constructor(type: RuleReferenceType, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of the reference. `DATE` must be of type Epoch timestamp. Allowed values: `URL` | `ATTACHMENT` | `NUMBER` | `STRING` | `DATE` | `EMAIL`

Link copied to clipboard

A valid value for the reference. For example, for a URL reference, a formatted URL that is displayed to an agent in the Contact Control Panel (CCP).