Class CalendarEventActionResponse

CalendarEventActionResponse

แสดงการตอบกลับที่ทำการเปลี่ยนแปลงกิจกรรมในปฏิทินที่ผู้ใช้กำลังแก้ไขอยู่เพื่อตอบสนองต่อการดำเนินการใน UI เช่น การคลิกปุ่ม

// A CalendarEventActionResponse that adds two attendees to an event.
var calendarEventActionResponse = CardService.newCalendarEventActionResponseBuilder()
    .addAttendees(["user1@example.com", "user2@example.com"])
    .build();

วิธีการ

วิธีการประเภทการแสดงผลรายละเอียดแบบย่อ
printJson()Stringพิมพ์การแสดงแทน JSON ของออบเจ็กต์นี้

เอกสารประกอบโดยละเอียด

printJson()

พิมพ์การแสดงแทน JSON ของออบเจ็กต์นี้ ซึ่งใช้สำหรับการแก้ไขข้อบกพร่องเท่านั้น

รีเทิร์น

String