Class: Aws::PartnerCentralSelling::Types::Recommendation

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

Overview

A recommendation from an agent-driven source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

Source-specific metadata as key-value pairs.

Returns:

  • (Hash<String,String>)


6158
6159
6160
6161
6162
6163
6164
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 6158

class Recommendation < Struct.new(
  :type,
  :details,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#detailsString

Human-readable recommendation text from this source.

Returns:

  • (String)


6158
6159
6160
6161
6162
6163
6164
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 6158

class Recommendation < Struct.new(
  :type,
  :details,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The recommendation source type. Known values: ‘OpportunityQuality`, `SolutionRecommendation`, `SpecialistRecommendation`.

Returns:

  • (String)


6158
6159
6160
6161
6162
6163
6164
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 6158

class Recommendation < Struct.new(
  :type,
  :details,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end