![]() |
![]()
| ![]() |
![]()
NAMEPaws::Kendra::SubmitFeedback - Arguments for method SubmitFeedback on Paws::Kendra DESCRIPTIONThis class represents the parameters used for calling the method SubmitFeedback on the AWSKendraFrontendService service. Use the attributes of this class as arguments to method SubmitFeedback. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to SubmitFeedback. SYNOPSISmy $kendra = Paws->service('Kendra'); $kendra->SubmitFeedback( IndexId => 'MyIndexId', QueryId => 'MyQueryId', ClickFeedbackItems => [ { ClickTime => '1970-01-01T01:00:00', ResultId => 'MyResultId', # min: 1, max: 73 }, ... ], # OPTIONAL RelevanceFeedbackItems => [ { RelevanceValue => 'RELEVANT', # values: RELEVANT, NOT_RELEVANT ResultId => 'MyResultId', # min: 1, max: 73 }, ... ], # OPTIONAL ); Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/kendra/SubmitFeedback> ATTRIBUTESClickFeedbackItems => ArrayRef[Paws::Kendra::ClickFeedback]Tells Amazon Kendra that a particular search result link was chosen by the user. REQUIRED IndexId => StrThe identifier of the index that was queried. REQUIRED QueryId => StrThe identifier of the specific query for which you are submitting feedback. The query ID is returned in the response to the "Query" operation. RelevanceFeedbackItems => ArrayRef[Paws::Kendra::RelevanceFeedback]Provides Amazon Kendra with relevant or not relevant feedback for whether a particular item was relevant to the search. SEE ALSOThis class forms part of Paws, documenting arguments for method SubmitFeedback in Paws::Kendra BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|