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.
606 607 608 |
# File 'sig/types.rbs', line 606 def assistant_id @assistant_id end |
#recommendation_ids ⇒ ::Array[::String]
Returns the value of attribute recommendation_ids.
607 608 609 |
# File 'sig/types.rbs', line 607 def recommendation_ids @recommendation_ids end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
608 609 610 |
# File 'sig/types.rbs', line 608 def session_id @session_id end |