代表回應,可因應使用者在 UI 中執行的動作 (例如點選按鈕),變更使用者目前編輯的日曆活動。
// A CalendarEventActionResponse that adds two attendees to an event. const calendarEventActionResponse = AddOnsResponseService.newCalendarEventActionResponseBuilder() .addAttendees(['user1@example.com', 'user2@example.com']) .build();
方法
| 方法 | 傳回類型 | 簡短說明 |
|---|---|---|
print | String | 列印這個物件的 JSON 表示法。 |
內容詳盡的說明文件
print Json()
列印這個物件的 JSON 表示法。這項設定僅適用於偵錯。
回攻員
String