Class: Aws::Kendra::Types::SuggestionTextWithHighlights

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

Overview

Provides text and information about where to highlight the query suggestion text.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#highlightsArray<Types::SuggestionHighlight>

The beginning and end of the query suggestion text that should be highlighted.



9930
9931
9932
9933
9934
9935
# File 'lib/aws-sdk-kendra/types.rb', line 9930

class SuggestionTextWithHighlights < Struct.new(
  :text,
  :highlights)
  SENSITIVE = []
  include Aws::Structure
end

#textString

The query suggestion text to display to the user.



9930
9931
9932
9933
9934
9935
# File 'lib/aws-sdk-kendra/types.rb', line 9930

class SuggestionTextWithHighlights < Struct.new(
  :text,
  :highlights)
  SENSITIVE = []
  include Aws::Structure
end