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

#dataTypes::DataSummary

Returns the value of attribute data.

Returns:



2482
2483
2484
# File 'sig/types.rbs', line 2482

def data
  @data
end

#documentTypes::Document

Returns the value of attribute document.

Returns:



2478
2479
2480
# File 'sig/types.rbs', line 2478

def document
  @document
end

#recommendation_id::String

Returns the value of attribute recommendation_id.

Returns:

  • (::String)


2477
2478
2479
# File 'sig/types.rbs', line 2477

def recommendation_id
  @recommendation_id
end

#relevance_level"HIGH", ...

Returns the value of attribute relevance_level.

Returns:

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


2480
2481
2482
# File 'sig/types.rbs', line 2480

def relevance_level
  @relevance_level
end

#relevance_score::Float

Returns the value of attribute relevance_score.

Returns:

  • (::Float)


2479
2480
2481
# File 'sig/types.rbs', line 2479

def relevance_score
  @relevance_score
end

#type"KNOWLEDGE_CONTENT", ...

Returns the value of attribute type.

Returns:

  • ("KNOWLEDGE_CONTENT", "GENERATIVE_RESPONSE", "GENERATIVE_ANSWER", "DETECTED_INTENT", "GENERATIVE_ANSWER_CHUNK", "BLOCKED_GENERATIVE_ANSWER_CHUNK", "INTENT_ANSWER_CHUNK", "BLOCKED_INTENT_ANSWER_CHUNK", "EMAIL_RESPONSE_CHUNK", "EMAIL_OVERVIEW_CHUNK", "EMAIL_GENERATIVE_ANSWER_CHUNK", "CASE_SUMMARIZATION_CHUNK", "BLOCKED_CASE_SUMMARIZATION_CHUNK", "SUGGESTED_MESSAGE", "NOTES_CHUNK", "BLOCKED_NOTES_CHUNK")


2481
2482
2483
# File 'sig/types.rbs', line 2481

def type
  @type
end