Class: Aws::Types::QnAKendraConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::QnAKendraConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exact_response ⇒ Boolean
Returns the value of attribute exact_response.
-
#kendra_index ⇒ ::String
Returns the value of attribute kendra_index.
-
#query_filter_string ⇒ ::String
Returns the value of attribute query_filter_string.
-
#query_filter_string_enabled ⇒ Boolean
Returns the value of attribute query_filter_string_enabled.
Instance Attribute Details
#exact_response ⇒ Boolean
Returns the value of attribute exact_response.
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.
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.
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.
2812 2813 2814 |
# File 'sig/types.rbs', line 2812 def query_filter_string_enabled @query_filter_string_enabled end |