Class: Aws::Types::NotifyRecommendationsReceivedRequest
- Inherits:
-
Object
- Object
- Aws::Types::NotifyRecommendationsReceivedRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
-
#recommendation_ids ⇒ ::Array[::String]
Returns the value of attribute recommendation_ids.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
2153 2154 2155 |
# File 'sig/types.rbs', line 2153 def assistant_id @assistant_id end |
#recommendation_ids ⇒ ::Array[::String]
Returns the value of attribute recommendation_ids.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def recommendation_ids @recommendation_ids end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
2154 2155 2156 |
# File 'sig/types.rbs', line 2154 def session_id @session_id end |