FeedbackResultID

public protocol FeedbackResultID

Identifies the search result for which a [feedback event][FeedbackEvent] is posted.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • id

    The identifier for the application specific search result. It is recommended to use the freeform address of the search result for this whenever possible.

    Declaration

    Swift

    var id: String? { get }
  • The ID of search result.

    Declaration

    Swift

    var searchResultID: SearchResultID? { get }