Class: Aws::Types::QnAKendraConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exact_response ⇒ Boolean

Returns the value of attribute exact_response.

Returns:

  • (Boolean)


2814
2815
2816
# File 'sig/types.rbs', line 2814

def exact_response
  @exact_response
end

#kendra_index ⇒ ::String

Returns the value of attribute kendra_index.

Returns:

  • (::String)


2811
2812
2813
# File 'sig/types.rbs', line 2811

def kendra_index
  @kendra_index
end

#query_filter_string ⇒ ::String

Returns the value of attribute query_filter_string.

Returns:

  • (::String)


2813
2814
2815
# File 'sig/types.rbs', line 2813

def query_filter_string
  @query_filter_string
end

#query_filter_string_enabled ⇒ Boolean

Returns the value of attribute query_filter_string_enabled.

Returns:

  • (Boolean)


2812
2813
2814
# File 'sig/types.rbs', line 2812

def query_filter_string_enabled
  @query_filter_string_enabled
end