LeadInteraction

Represents a specific interaction or touchpoint with a lead customer. This structure captures details about communications, meetings, or other engagement activities that help track the lead's progression and engagement history.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes the business problem or challenge that the customer discussed during the interaction. This information helps qualify the lead and identify appropriate solutions.

Link copied to clipboard

Contains contact information for the customer representative involved in the lead interaction, including their name, title, and contact details.

Link copied to clipboard

Describes the action taken by the customer during or as a result of the interaction, such as requesting information, scheduling a meeting, or expressing interest in a solution.

Link copied to clipboard

The date and time when the lead interaction occurred, in ISO 8601 format (UTC). This timestamp helps track the chronology of lead engagement activities.

Link copied to clipboard

The unique identifier of the specific source that generated the lead interaction. This ID provides traceability back to the original lead generation activity.

Link copied to clipboard

The descriptive name of the source that generated the lead interaction, providing a human-readable identifier for the lead generation channel or activity.

Link copied to clipboard

Specifies the type of source that generated the lead interaction, such as "Event", "Website", "Referral", or "Campaign". This categorization helps track lead generation effectiveness across different channels.

Link copied to clipboard

Describes the specific use case or business scenario discussed during the lead interaction. This helps categorize the customer's interests and potential solutions.

Functions

Link copied to clipboard
inline fun copy(block: LeadInteraction.Builder.() -> Unit = {}): LeadInteraction
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String