Class CalendarEventActionResponse

CalendarEventActionResponse

사용자가 버튼 클릭과 같은 UI에서 취한 작업에 반응하여 현재 사용자가 수정 중인 캘린더 이벤트를 변경하는 응답을 나타냅니다.

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

메서드

메서드반환 유형간략한 설명
printJson()String이 객체의 JSON 표현을 출력합니다.

자세한 문서

printJson()

이 객체의 JSON 표현을 출력합니다. 디버깅 전용입니다.

리턴

String