Class: Aws::PartnerCentralSelling::Types::LeadInvitationPayload
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::LeadInvitationPayload
- Defined in:
- gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb
Overview
Represents the data payload of an engagement invitation for a lead opportunity. This contains detailed information about the customer and interaction history that partners use to evaluate whether to accept the lead engagement invitation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#customer ⇒ Types::LeadInvitationCustomer
Contains information about the customer associated with the lead invitation.
-
#interaction ⇒ Types::LeadInvitationInteraction
Describes the interaction details associated with the lead, including the source of the lead generation and customer engagement information.
Instance Attribute Details
#customer ⇒ Types::LeadInvitationCustomer
Contains information about the customer associated with the lead invitation. This data helps partners understand the customer's profile, industry, and business context to assess the lead opportunity.
3256 3257 3258 3259 3260 3261 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 3256 class LeadInvitationPayload < Struct.new( :customer, :interaction) SENSITIVE = [] include Aws::Structure end |
#interaction ⇒ Types::LeadInvitationInteraction
Describes the interaction details associated with the lead, including the source of the lead generation and customer engagement information. This context helps partners evaluate the lead quality and engagement approach.
3256 3257 3258 3259 3260 3261 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 3256 class LeadInvitationPayload < Struct.new( :customer, :interaction) SENSITIVE = [] include Aws::Structure end |