RelevanceFeedback
public struct RelevanceFeedback : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Whether to document was relevant or not relevant to the search.
Declaration
Swift
public let relevanceValue: RelevanceType
-
The unique identifier of the search result that the user provided relevance feedback for.
Declaration
Swift
public let resultId: String
-
Undocumented
Declaration
Swift
public init(relevanceValue: RelevanceType, resultId: String)
-
Declaration
Swift
public func validate(name: String) throws