Class: Aws::Kendra::Types::SubmitFeedbackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::SubmitFeedbackRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#click_feedback_items ⇒ Array<Types::ClickFeedback>
Tells Amazon Kendra that a particular search result link was chosen by the user.
-
#index_id ⇒ String
The identifier of the index that was queried.
-
#query_id ⇒ String
The identifier of the specific query for which you are submitting feedback.
-
#relevance_feedback_items ⇒ Array<Types::RelevanceFeedback>
Provides Amazon Kendra with relevant or not relevant feedback for whether a particular item was relevant to the search.
Instance Attribute Details
#click_feedback_items ⇒ Array<Types::ClickFeedback>
Tells Amazon Kendra that a particular search result link was chosen by the user.
9835 9836 9837 9838 9839 9840 9841 9842 |
# File 'lib/aws-sdk-kendra/types.rb', line 9835 class SubmitFeedbackRequest < Struct.new( :index_id, :query_id, :click_feedback_items, :relevance_feedback_items) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index that was queried.
9835 9836 9837 9838 9839 9840 9841 9842 |
# File 'lib/aws-sdk-kendra/types.rb', line 9835 class SubmitFeedbackRequest < Struct.new( :index_id, :query_id, :click_feedback_items, :relevance_feedback_items) SENSITIVE = [] include Aws::Structure end |
#query_id ⇒ String
The identifier of the specific query for which you are submitting feedback. The query ID is returned in the response to the ‘Query` API.
9835 9836 9837 9838 9839 9840 9841 9842 |
# File 'lib/aws-sdk-kendra/types.rb', line 9835 class SubmitFeedbackRequest < Struct.new( :index_id, :query_id, :click_feedback_items, :relevance_feedback_items) SENSITIVE = [] include Aws::Structure end |
#relevance_feedback_items ⇒ Array<Types::RelevanceFeedback>
Provides Amazon Kendra with relevant or not relevant feedback for whether a particular item was relevant to the search.
9835 9836 9837 9838 9839 9840 9841 9842 |
# File 'lib/aws-sdk-kendra/types.rb', line 9835 class SubmitFeedbackRequest < Struct.new( :index_id, :query_id, :click_feedback_items, :relevance_feedback_items) SENSITIVE = [] include Aws::Structure end |