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 (世界標準時間)。"],[[["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."]]],[]]