// Information about an Action which could be performed.messageAction{// Deprecated fields not to be reused.reserved1;oneofaction_info{AppointmentInfoappointment_info=2;}}
AppointmentInfo 定义
messageAppointmentInfo{// Deep link for appointment action.stringurl=1;}
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-11-26。"],[[["Action feeds are defined using protocol buffers but should be uploaded in JSON format for easier integration."],["Each action feed contains details about actions, like appointments, associated with specific entities."],["The `appointment_info` field within an action provides a deep link (`url`) to the appointment booking page."],["Sample JSON feeds and descriptor files illustrate the structure and expected data format for action feeds."]]],[]]