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.
3606 3607 3608 3609 3610 3611 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 3606 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.
3606 3607 3608 3609 3610 3611 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 3606 class LeadInvitationPayload < Struct.new( :customer, :interaction) SENSITIVE = [] include Aws::Structure end |