Represents an interaction and a subset of its attributes.
Members
attributes :Object
Represents a subset of attributes that are assigned to this interaction.
interactionId :string
Represents the identifier of the interaction.
Methods
getAttribute(attributeName) :String
Returns the value of the attribute specified, treating the attribute name case-insensitively.
Parameters
Name | Type | Description |
---|---|---|
attributeName | String |
The name of the attribute. This is treated case-insensitively.
Can be one of the common attribute names from |
Returns
The value of the attribute, if it is cached in this instance.
- Type
- String