Class: Aws::Types::ResultData

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:



2559
2560
2561
# File 'sig/types.rbs', line 2559

def data
  @data
end

#documentTypes::Document

Returns the value of attribute document.

Returns:



2557
2558
2559
# File 'sig/types.rbs', line 2557

def document
  @document
end

#relevance_score::Float

Returns the value of attribute relevance_score.

Returns:

  • (::Float)


2558
2559
2560
# File 'sig/types.rbs', line 2558

def relevance_score
  @relevance_score
end

#result_id::String

Returns the value of attribute result_id.

Returns:

  • (::String)


2556
2557
2558
# File 'sig/types.rbs', line 2556

def result_id
  @result_id
end

#type"KNOWLEDGE_CONTENT", ...

Returns the value of attribute type.

Returns:

  • ("KNOWLEDGE_CONTENT", "INTENT_ANSWER", "GENERATIVE_ANSWER", "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", "NOTES", "NOTES_CHUNK", "BLOCKED_NOTES_CHUNK")


2560
2561
2562
# File 'sig/types.rbs', line 2560

def type
  @type
end