LeadContext

Provides comprehensive details about a lead associated with an engagement. This structure contains information about lead qualification status, customer details, and interaction history to facilitate lead management and tracking within the engagement.

Types

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

Properties

Link copied to clipboard

Contains detailed information about the customer associated with the lead, including company information, contact details, and other relevant customer data.

Link copied to clipboard

An array of interactions that have occurred with the lead, providing a history of communications, meetings, and other engagement activities related to the lead.

Link copied to clipboard

Indicates the current qualification status of the lead, such as whether it has been qualified, disqualified, or is still under evaluation. This helps track the lead's progression through the qualification process.

Functions

Link copied to clipboard
inline fun copy(block: LeadContext.Builder.() -> Unit = {}): LeadContext
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