// Information about an Action which could be performed.messageAction{// Deprecated fields not to be reused.reserved1;oneofaction_info{AppointmentInfoappointment_info=2;}}
AppointmentInfo Definition
messageAppointmentInfo{// Deep link for appointment action.stringurl=1;}
[[["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-09-18 UTC."],[],["The document defines an Action Feed structure, recommending JSON format despite the Protobuf definition. The `ActionFeed` contains multiple `ActionDetail`, each linked to an `entity_id`. `ActionDetail` includes a list of `Action`, which can have an `AppointmentInfo` containing a URL. A JSON sample demonstrates an `ActionFeed` with an appointment URL. A descriptor file example includes metadata such as generation timestamp, name, and the associated data file name.\n"]]