Class: Aws::Types::QueryAssistantRequest
- Inherits:
-
Object
- Object
- Aws::Types::QueryAssistantRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#override_knowledge_base_search_type ⇒ "HYBRID", "SEMANTIC"
Returns the value of attribute override_knowledge_base_search_type.
-
#query_condition ⇒ ::Array[Types::QueryCondition]
Returns the value of attribute query_condition.
-
#query_input_data ⇒ Types::QueryInputData
Returns the value of attribute query_input_data.
-
#query_text ⇒ ::String
Returns the value of attribute query_text.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
2286 2287 2288 |
# File 'sig/types.rbs', line 2286 def assistant_id @assistant_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2289 2290 2291 |
# File 'sig/types.rbs', line 2289 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2288 2289 2290 |
# File 'sig/types.rbs', line 2288 def next_token @next_token end |
#override_knowledge_base_search_type ⇒ "HYBRID", "SEMANTIC"
Returns the value of attribute override_knowledge_base_search_type.
2293 2294 2295 |
# File 'sig/types.rbs', line 2293 def override_knowledge_base_search_type @override_knowledge_base_search_type end |
#query_condition ⇒ ::Array[Types::QueryCondition]
Returns the value of attribute query_condition.
2291 2292 2293 |
# File 'sig/types.rbs', line 2291 def query_condition @query_condition end |
#query_input_data ⇒ Types::QueryInputData
Returns the value of attribute query_input_data.
2292 2293 2294 |
# File 'sig/types.rbs', line 2292 def query_input_data @query_input_data end |
#query_text ⇒ ::String
Returns the value of attribute query_text.
2287 2288 2289 |
# File 'sig/types.rbs', line 2287 def query_text @query_text end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
2290 2291 2292 |
# File 'sig/types.rbs', line 2290 def session_id @session_id end |