Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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)

10154
10155
10156
10157
10158
10159
10160
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10154

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:


10154
10155
10156
10157
10158
10159
10160
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10154

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.


10154
10155
10156
10157
10158
10159
10160
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10154

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