Class: Aws::PartnerCentralSelling::Types::LeadInsights
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::LeadInsights
- Defined in:
- gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb
Overview
Contains insights that AI generates for a lead. These insights provide automated analysis to help partners evaluate the lead quality and prioritize engagement efforts.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lead_readiness_score ⇒ String
A score that indicates the lead's readiness for engagement.
Instance Attribute Details
#lead_readiness_score ⇒ String
A score that indicates the lead's readiness for engagement. Valid
values are Low, Medium, and High. Use this score to prioritize
leads based on their likelihood of conversion.
3405 3406 3407 3408 3409 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 3405 class LeadInsights < Struct.new( :lead_readiness_score) SENSITIVE = [] include Aws::Structure end |