SubmitFeedbackRequest
public struct SubmitFeedbackRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Tells Amazon Kendra that a particular search result link was chosen by the user.
Declaration
Swift
public let clickFeedbackItems: [ClickFeedback]?
-
The identifier of the index that was queried.
Declaration
Swift
public let indexId: String
-
The identifier of the specific query for which you are submitting feedback. The query ID is returned in the response to the operation.
Declaration
Swift
public let queryId: String
-
Provides Amazon Kendra with relevant or not relevant feedback for whether a particular item was relevant to the search.
Declaration
Swift
public let relevanceFeedbackItems: [RelevanceFeedback]?
-
Undocumented
Declaration
Swift
public init(clickFeedbackItems: [ClickFeedback]? = nil, indexId: String, queryId: String, relevanceFeedbackItems: [RelevanceFeedback]? = nil)
-
Declaration
Swift
public func validate(name: String) throws