Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.
Immutable. The resource name of the feed item set link. Feed item set link resource names have the form: customers/{customerId}/feedItemSetLinks/{feedId}~{feedItemSetId}~{feed_item_id}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-06 UTC."],[[["Represents the connection between a FeedItem and a FeedItemSet, enabling the association of individual feed items with specific sets."],["Defined by a JSON structure including `resourceName`, `feedItem`, and `feedItemSet` fields."],["`resourceName` is an immutable string identifier for the link with a specific format."],["Includes immutable string fields `feedItem` and `feedItemSet` referencing the linked FeedItem and FeedItemSet respectively."]]],["This describes the link between a `FeedItem` and a `FeedItemSet`. The link, represented in JSON, includes `resourceName`, `feedItem`, and `feedItemSet`. `resourceName` is immutable and uniquely identifies the link. Both `feedItem` and `feedItemSet` are immutable strings that specify the respective linked entities. The `resourceName` field uses the customerId, feedId, feedItemSetId and feed_item_id.\n"]]