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.
10048 10049 10050 10051 10052 10053 10054 10055 |
# File 'lib/aws-sdk-kendra/types.rb', line 10048 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.
10048 10049 10050 10051 10052 10053 10054 10055 |
# File 'lib/aws-sdk-kendra/types.rb', line 10048 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.
10048 10049 10050 10051 10052 10053 10054 10055 |
# File 'lib/aws-sdk-kendra/types.rb', line 10048 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.
10048 10049 10050 10051 10052 10053 10054 10055 |
# File 'lib/aws-sdk-kendra/types.rb', line 10048 class SubmitFeedbackRequest < Struct.new( :index_id, :query_id, :click_feedback_items, :relevance_feedback_items) SENSITIVE = [] include Aws::Structure end |