Module: Aws::QConnect::Client::_PutFeedbackResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutFeedbackResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #assistant_arn ⇒ ::String
- #assistant_id ⇒ ::String
- #content_feedback ⇒ Types::ContentFeedbackData
- #target_id ⇒ ::String
- #target_type ⇒ "RECOMMENDATION", ...
Instance Method Details
#assistant_arn ⇒ ::String
1094 |
# File 'sig/client.rbs', line 1094
def assistant_arn: () -> ::String
|
#assistant_id ⇒ ::String
1093 |
# File 'sig/client.rbs', line 1093
def assistant_id: () -> ::String
|
#content_feedback ⇒ Types::ContentFeedbackData
1097 |
# File 'sig/client.rbs', line 1097
def content_feedback: () -> Types::ContentFeedbackData
|
#target_id ⇒ ::String
1095 |
# File 'sig/client.rbs', line 1095
def target_id: () -> ::String
|
#target_type ⇒ "RECOMMENDATION", ...
1096 |
# File 'sig/client.rbs', line 1096
def target_type: () -> ("RECOMMENDATION" | "RESULT" | "MESSAGE")
|