Class: Aws::Types::SubmitFeedbackRequest
- Inherits:
-
Object
- Object
- Aws::Types::SubmitFeedbackRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#click_feedback_items ⇒ ::Array[Types::ClickFeedback]
Returns the value of attribute click_feedback_items.
-
#index_id ⇒ ::String
Returns the value of attribute index_id.
-
#query_id ⇒ ::String
Returns the value of attribute query_id.
-
#relevance_feedback_items ⇒ ::Array[Types::RelevanceFeedback]
Returns the value of attribute relevance_feedback_items.
Instance Attribute Details
#click_feedback_items ⇒ ::Array[Types::ClickFeedback]
Returns the value of attribute click_feedback_items.
1937 1938 1939 |
# File 'sig/types.rbs', line 1937 def click_feedback_items @click_feedback_items end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
1935 1936 1937 |
# File 'sig/types.rbs', line 1935 def index_id @index_id end |
#query_id ⇒ ::String
Returns the value of attribute query_id.
1936 1937 1938 |
# File 'sig/types.rbs', line 1936 def query_id @query_id end |
#relevance_feedback_items ⇒ ::Array[Types::RelevanceFeedback]
Returns the value of attribute relevance_feedback_items.
1938 1939 1940 |
# File 'sig/types.rbs', line 1938 def relevance_feedback_items @relevance_feedback_items end |