Class RenderAction

RenderAction

사용자 상호작용에 응답하여 Action을 실행하여 카드를 렌더링하거나 업데이트합니다.

Google Workspace 흐름을 확장하는 Google Workspace 부가기능의 경우 Gemini 알파 프로그램을 통해서만 사용할 수 있습니다.

사용 예:

const renderAction = AddOnsResponseService.newRenderActionBuilder()
.setAction(AddOnsResponseService.newAction().setLink(AddOnsResponseService.newLink().setUrl('https://www.google.com')))
.build();

메서드

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

자세한 문서

printJson()

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

리턴

String