Class: Aws::PartnerCentralSelling::Types::UpdateLeadContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::UpdateLeadContext
- Defined in:
- gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb
Overview
Updates the context information for a lead with qualification status, customer details, and interaction data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#customer ⇒ Types::LeadCustomer
Updated customer information associated with the lead.
-
#insights ⇒ Types::LeadInsights
Insights that AI generates and associates with the lead.
-
#interaction ⇒ Types::LeadInteraction
Updated interaction details for the lead context.
-
#qualification_status ⇒ String
The updated qualification status of the lead.
Instance Attribute Details
#customer ⇒ Types::LeadCustomer
Updated customer information associated with the lead.
7417 7418 7419 7420 7421 7422 7423 7424 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 7417 class UpdateLeadContext < Struct.new( :qualification_status, :customer, :interaction, :insights) SENSITIVE = [] include Aws::Structure end |
#insights ⇒ Types::LeadInsights
Insights that AI generates and associates with the lead. These insights provide automated analysis to help partners assess the lead quality and readiness.
7417 7418 7419 7420 7421 7422 7423 7424 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 7417 class UpdateLeadContext < Struct.new( :qualification_status, :customer, :interaction, :insights) SENSITIVE = [] include Aws::Structure end |
#interaction ⇒ Types::LeadInteraction
Updated interaction details for the lead context.
7417 7418 7419 7420 7421 7422 7423 7424 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 7417 class UpdateLeadContext < Struct.new( :qualification_status, :customer, :interaction, :insights) SENSITIVE = [] include Aws::Structure end |
#qualification_status ⇒ String
The updated qualification status of the lead.
7417 7418 7419 7420 7421 7422 7423 7424 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 7417 class UpdateLeadContext < Struct.new( :qualification_status, :customer, :interaction, :insights) SENSITIVE = [] include Aws::Structure end |