Google Workspace 부가기능 및 Google Chat 앱에서 사용할 수 있습니다.
constcarouselCard=CardService.newCarouselCard().addWidget(CardService.newTextParagraph().setText('a text paragraph in the carousel card')).addFooterWidget(CardService.newTextParagraph().setText('a text paragraph in the carousel card footer'));
constcarouselCard=CardService.newCarouselCard().addFooterWidget(CardService.newTextParagraph().setText('a text paragraph in the carousel card footer'));
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-01-30(UTC)"],[[["CarouselCard is a type of card designed for use in carousels within Google Workspace add-ons and Google Chat apps."],["The `addFooterWidget(widget)` method lets you add a widget to the footer area of the CarouselCard, with widgets displayed in the order they are added."],["The `addWidget(widget)` method is used to add a widget to the main content area of the CarouselCard, and widgets are shown in the order added."],["CarouselCard is accessible as part of the Google Workspace Developer Preview Program, allowing developers to get early access to features."]]],[]]