Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.08 KB

File metadata and controls

21 lines (13 loc) · 1.08 KB

ApplicationEvent

Properties

Name Type Description Notes
id Integer Internal ID of this entity.
created OffsetDateTime The time this entity was created.
applicationId Integer The ID of the application that owns this entity.
profileId Integer The globally unique Talon.One ID of the customer that created this entity. [optional]
sessionId Integer The globally unique Talon.One ID of the session that contains this event. [optional]
type String A string representing the event. Must not be a reserved event name.
attributes Object Additional JSON serialized data associated with the event.
effects List<Effect> An array containing the effects that were applied as a result of this event.
ruleFailureReasons List<RuleFailureReason> An array containing the rule failure reasons which happened during this event. [optional]