Class: Aws::Types::PutFeedbackRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutFeedbackRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
-
#content_feedback ⇒ Types::ContentFeedbackData
Returns the value of attribute content_feedback.
-
#target_id ⇒ ::String
Returns the value of attribute target_id.
-
#target_type ⇒ "RECOMMENDATION", ...
Returns the value of attribute target_type.
Instance Attribute Details
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
2269 2270 2271 |
# File 'sig/types.rbs', line 2269 def assistant_id @assistant_id end |
#content_feedback ⇒ Types::ContentFeedbackData
Returns the value of attribute content_feedback.
2272 2273 2274 |
# File 'sig/types.rbs', line 2272 def content_feedback @content_feedback end |
#target_id ⇒ ::String
Returns the value of attribute target_id.
2270 2271 2272 |
# File 'sig/types.rbs', line 2270 def target_id @target_id end |
#target_type ⇒ "RECOMMENDATION", ...
Returns the value of attribute target_type.
2271 2272 2273 |
# File 'sig/types.rbs', line 2271 def target_type @target_type end |