Class: Aws::Kendra::Types::Suggestion

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb

Overview

A single query suggestion.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The UUID (universally unique identifier) of a single query suggestion.

Returns:

  • (String)


10100
10101
10102
10103
10104
10105
10106
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10100

class Suggestion < Struct.new(
  :id,
  :value,
  :source_documents)
  SENSITIVE = []
  include Aws::Structure
end

#source_documentsArray<Types::SourceDocument>

The list of document IDs and their fields/attributes that are used for a single query suggestion, if document fields set to use for query suggestions.

Returns:



10100
10101
10102
10103
10104
10105
10106
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10100

class Suggestion < Struct.new(
  :id,
  :value,
  :source_documents)
  SENSITIVE = []
  include Aws::Structure
end

#valueTypes::SuggestionValue

The value for the UUID (universally unique identifier) of a single query suggestion.

The value is the text string of a suggestion.



10100
10101
10102
10103
10104
10105
10106
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10100

class Suggestion < Struct.new(
  :id,
  :value,
  :source_documents)
  SENSITIVE = []
  include Aws::Structure
end