Class CalendarEventActionResponseBuilder

CalendarEventActionResponseBuilder

CalendarEventActionResponse 객체의 빌더입니다.

방법

메서드반환 유형간략한 설명
addAttachments(attachments)CalendarEventActionResponseBuilder연결된 UI 작업이 실행될 때 응답에서 연결을 캘린더 이벤트에 추가하도록 지정합니다.
addAttendees(emails)CalendarEventActionResponseBuilder관련 UI 작업이 실행될 때 응답에서 표시된 참석자를 캘린더 이벤트에 추가하도록 지정합니다.
build()CalendarEventActionResponse현재 캘린더 일정 작업 응답을 빌드하고 유효성을 검사합니다.
setConferenceData(conferenceData)CalendarEventActionResponseBuilder연결된 UI 작업이 실행될 때 응답이 표시된 회의 데이터를 캘린더 이벤트로 설정하도록 지정합니다.

자세한 문서

addAttachments(attachments)

연결된 UI 작업이 실행될 때 응답에서 연결을 캘린더 이벤트에 추가하도록 지정합니다.

매개변수

이름유형설명
attachmentsAttachment[]추가할 Attachment의 배열입니다.

리턴

CalendarEventActionResponseBuilder - 체이닝용 객체입니다.


addAttendees(emails)

관련 UI 작업이 실행될 때 응답에서 표시된 참석자를 캘린더 이벤트에 추가하도록 지정합니다.

매개변수

이름유형설명
emailsString[]이벤트에 추가할 이메일 주소의 배열입니다.

리턴

CalendarEventActionResponseBuilder - 체이닝용 객체입니다.

생성 값

Error: 참석자가 너무 많은 경우


build()

현재 캘린더 일정 작업 응답을 빌드하고 유효성을 검사합니다.

리턴

CalendarEventActionResponse — 확인된 CalendarEventActionResponse입니다.

생성 값

Error: 구성된 Calendar 일정 작업 응답이 유효하지 않은 경우


setConferenceData(conferenceData)

연결된 UI 작업이 실행될 때 응답이 표시된 회의 데이터를 캘린더 이벤트로 설정하도록 지정합니다.

매개변수

이름유형설명
conferenceDataConferenceData이벤트에 설정할 회의 데이터로, 부가기능에서 생성됩니다.

리턴

CalendarEventActionResponseBuilder - 체이닝용 객체입니다.