[[["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-01 UTC."],[[["Action feeds are defined using protocol buffers but should be uploaded in JSON format for easier processing."],["An Action feed consists of multiple `ActionDetail` messages, each representing a specific action with an entity ID, link ID, URL, and a list of actions."],["`DiningInfo` is a message type used within actions to specify dining-related details such as table reservations."],["JSON sample feeds and a descriptor file are provided to illustrate the structure and content of action feeds for Reserve with Google."]]],["The document defines the structure of an Action Feed, recommending JSON format despite a Protobuf definition. The `ActionFeed` contains `ActionDetail` data, which includes `entity_id`, `link_id`, a detail `url`, and a list of `actions`. Each action can contain `DiningInfo`, specifying a `DiningType` (e.g., `TABLE_RESERVATION`). A sample Action Feed JSON demonstrates data structure. A descriptor file includes file names, timestamps and names.\n"]]