컨텍스트 카드는 있습니다.
var cardSection = CardService.newCardSection(); // Finish building the card section ... var card = CardService.newCardBuilder() .setName("Card name") .setHeader(CardService.newCardHeader().setTitle("Card title")) .addSection(cardSection) .build();
메서드
메서드 | 반환 유형 | 간략한 설명 |
---|---|---|
printJson() | String | 이 객체의 JSON 표현을 출력합니다. |
자세한 문서
printJson()
이 객체의 JSON 표현을 출력합니다. 이는 디버깅 전용입니다.
리턴
String