Class CalendarEventActionResponse

CalendarEventActionResponse

यह एक जवाब को दिखाता है, जो उपयोगकर्ता के कैलेंडर इवेंट में बदलाव करने के लिए, यूज़र इंटरफ़ेस (यूआई) में की गई कार्रवाई जैसी कार्रवाई करता है. जैसे, बटन पर होने वाले क्लिक.

// 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