Class: Aws::Types::GetRecommendationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRecommendationsRequest
- 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_chunk_token ⇒ ::String
Returns the value of attribute next_chunk_token.
-
#recommendation_type ⇒ "KNOWLEDGE_CONTENT", ...
Returns the value of attribute recommendation_type.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#wait_time_seconds ⇒ ::Integer
Returns the value of attribute wait_time_seconds.
Instance Attribute Details
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
1431 1432 1433 |
# File 'sig/types.rbs', line 1431 def assistant_id @assistant_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def max_results @max_results end |
#next_chunk_token ⇒ ::String
Returns the value of attribute next_chunk_token.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def next_chunk_token @next_chunk_token end |
#recommendation_type ⇒ "KNOWLEDGE_CONTENT", ...
Returns the value of attribute recommendation_type.
1436 1437 1438 |
# File 'sig/types.rbs', line 1436 def recommendation_type @recommendation_type end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def session_id @session_id end |
#wait_time_seconds ⇒ ::Integer
Returns the value of attribute wait_time_seconds.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def wait_time_seconds @wait_time_seconds end |