Class: Aws::Kendra::Types::SpellCorrectionConfiguration

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

Overview

Provides the configuration information for suggested query spell corrections.

Suggested spell corrections are based on words that appear in your indexed documents and how closely a corrected word matches a misspelled word.

This feature is designed with certain defaults or limits. For information on the current limits and how to request more support for some limits, see the Spell Checker documentation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#include_query_spell_check_suggestionsBoolean

TRUE to suggest spell corrections for queries.

Returns:

  • (Boolean)


9911
9912
9913
9914
9915
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 9911

class SpellCorrectionConfiguration < Struct.new(
  :include_query_spell_check_suggestions)
  SENSITIVE = []
  include Aws::Structure
end