Class: Aws::Kendra::Types::SpellCorrectedQuery

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

Overview

A query with suggested spell corrections.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#correctionsArray<Types::Correction>

The corrected misspelled word or words in a query.

Returns:



9883
9884
9885
9886
9887
9888
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 9883

class SpellCorrectedQuery < Struct.new(
  :suggested_query_text,
  :corrections)
  SENSITIVE = []
  include Aws::Structure
end

#suggested_query_textString

The query with the suggested spell corrections.

Returns:

  • (String)


9883
9884
9885
9886
9887
9888
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 9883

class SpellCorrectedQuery < Struct.new(
  :suggested_query_text,
  :corrections)
  SENSITIVE = []
  include Aws::Structure
end