Class: Aws::PartnerCentralSelling::Types::ProspectingInsights
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::ProspectingInsights
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Contains insights that AI generates from the prospecting analysis. These insights include marketplace engagement scoring, solution fit assessments, and solution categorization for the prospected customer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marketplace_engagement_score ⇒ String
A score that indicates the prospected customer’s level of engagement with AWS Marketplace.
-
#solution_category ⇒ String
The primary solution category classification for the prospected customer.
-
#solution_score ⇒ String
A score that indicates how well the partner’s solution fits the prospected customer’s needs.
-
#solution_sub_category ⇒ String
The solution sub-category classification for the prospected customer.
Instance Attribute Details
#marketplace_engagement_score ⇒ String
A score that indicates the prospected customer’s level of engagement with AWS Marketplace. Valid values are ‘High`, `Medium`, and `Low`.
5860 5861 5862 5863 5864 5865 5866 5867 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5860 class ProspectingInsights < Struct.new( :marketplace_engagement_score, :solution_score, :solution_category, :solution_sub_category) SENSITIVE = [] include Aws::Structure end |
#solution_category ⇒ String
The primary solution category classification for the prospected customer. This indicates the type of solution that best addresses their needs.
5860 5861 5862 5863 5864 5865 5866 5867 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5860 class ProspectingInsights < Struct.new( :marketplace_engagement_score, :solution_score, :solution_category, :solution_sub_category) SENSITIVE = [] include Aws::Structure end |
#solution_score ⇒ String
A score that indicates how well the partner’s solution fits the prospected customer’s needs.
5860 5861 5862 5863 5864 5865 5866 5867 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5860 class ProspectingInsights < Struct.new( :marketplace_engagement_score, :solution_score, :solution_category, :solution_sub_category) SENSITIVE = [] include Aws::Structure end |
#solution_sub_category ⇒ String
The solution sub-category classification for the prospected customer. This provides more granular categorization of the recommended solution type.
5860 5861 5862 5863 5864 5865 5866 5867 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5860 class ProspectingInsights < Struct.new( :marketplace_engagement_score, :solution_score, :solution_category, :solution_sub_category) SENSITIVE = [] include Aws::Structure end |