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