Class: Aws::PartnerCentralSelling::Types::EnrichmentContext

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb

Overview

Contains enrichment data for engagement invitations. You can view propensity scores, program eligibility, and lead readiness insights directly in the invitation, before you take action on the invitation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lead_insightsTypes::LeadInsights

The AI-generated lead readiness score for this lead. Use this score to assess lead quality and prioritize engagement efforts.

Returns:



2166
2167
2168
2169
2170
2171
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2166

class EnrichmentContext < Struct.new(
  :prospecting_result_aws,
  :lead_insights)
  SENSITIVE = []
  include Aws::Structure
end

#prospecting_result_awsTypes::InvitationProspectingResultAws

The customer account data and propensity insights for the prospected account. It includes geographic, industry, and segment classifications, along with engagement and solution scoring.



2166
2167
2168
2169
2170
2171
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2166

class EnrichmentContext < Struct.new(
  :prospecting_result_aws,
  :lead_insights)
  SENSITIVE = []
  include Aws::Structure
end