Class: Aws::Types::RecommendationData
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document ⇒ Types::Document
Returns the value of attribute document.
-
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
-
#relevance_level ⇒ "HIGH", ...
Returns the value of attribute relevance_level.
-
#relevance_score ⇒ ::Float
Returns the value of attribute relevance_score.
-
#type ⇒ "KNOWLEDGE_CONTENT"
Returns the value of attribute type.
Instance Attribute Details
#document ⇒ Types::Document
Returns the value of attribute document.
765 766 767 |
# File 'sig/types.rbs', line 765 def document @document end |
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
766 767 768 |
# File 'sig/types.rbs', line 766 def recommendation_id @recommendation_id end |
#relevance_level ⇒ "HIGH", ...
Returns the value of attribute relevance_level.
767 768 769 |
# File 'sig/types.rbs', line 767 def relevance_level @relevance_level end |
#relevance_score ⇒ ::Float
Returns the value of attribute relevance_score.
768 769 770 |
# File 'sig/types.rbs', line 768 def relevance_score @relevance_score end |
#type ⇒ "KNOWLEDGE_CONTENT"
Returns the value of attribute type.
769 770 771 |
# File 'sig/types.rbs', line 769 def type @type end |