Class: Aws::Types::PutFeedbackResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutFeedbackResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assistant_arn ⇒ ::String
Returns the value of attribute assistant_arn.
-
#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_arn ⇒ ::String
Returns the value of attribute assistant_arn.
2278 2279 2280 |
# File 'sig/types.rbs', line 2278 def assistant_arn @assistant_arn end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
2277 2278 2279 |
# File 'sig/types.rbs', line 2277 def assistant_id @assistant_id end |
#content_feedback ⇒ Types::ContentFeedbackData
Returns the value of attribute content_feedback.
2281 2282 2283 |
# File 'sig/types.rbs', line 2281 def content_feedback @content_feedback end |
#target_id ⇒ ::String
Returns the value of attribute target_id.
2279 2280 2281 |
# File 'sig/types.rbs', line 2279 def target_id @target_id end |
#target_type ⇒ "RECOMMENDATION", ...
Returns the value of attribute target_type.
2280 2281 2282 |
# File 'sig/types.rbs', line 2280 def target_type @target_type end |