Class: Aws::Kendra::Types::SubmitFeedbackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::SubmitFeedbackRequest
- Defined in:
- gems/aws-sdk-kendra/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.
10102 10103 10104 10105 10106 10107 10108 10109 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10102 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.
10102 10103 10104 10105 10106 10107 10108 10109 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10102 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.
10102 10103 10104 10105 10106 10107 10108 10109 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10102 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.
10102 10103 10104 10105 10106 10107 10108 10109 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10102 class SubmitFeedbackRequest < Struct.new( :index_id, :query_id, :click_feedback_items, :relevance_feedback_items) SENSITIVE = [] include Aws::Structure end |