Class: Aws::Types::RecommendationData

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#document ⇒ Types::Document

Returns the value of attribute document.

Returns:



765
766
767
# File 'sig/types.rbs', line 765

def document
  @document
end

#recommendation_id ⇒ ::String

Returns the value of attribute recommendation_id.

Returns:

  • (::String)


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.

Returns:

  • ("HIGH", "MEDIUM", "LOW")


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.

Returns:

  • (::Float)


768
769
770
# File 'sig/types.rbs', line 768

def relevance_score
  @relevance_score
end

#type ⇒ "KNOWLEDGE_CONTENT"

Returns the value of attribute type.

Returns:

  • ("KNOWLEDGE_CONTENT")


769
770
771
# File 'sig/types.rbs', line 769

def type
  @type
end