針對使用複選選單的 SelectionInput
小工具,此為 Google 的資料來源
Workspace 應用程式。資料來源會填入複選選單的選項。
const chatSpaceDataSource = CardService.newChatSpaceDataSource() .setDefaultToCurrentSpace(true); const chatClientDataSource = CardService.newChatClientDataSource() .setSpaceDataSource(chatSpaceDataSource); const hostAppDataSource = CardService.newHostAppDataSource() .setChatDataSource(chatClientDataSource);
僅適用於 Google Chat 應用程式。不適用於 Google Workspace 外掛程式。
方法
方法 | 傳回類型 | 簡短說明 |
---|---|---|
setChatDataSource(chatClientDataSource) | HostAppDataSource | 設定 Google Chat 的資料來源。 |
內容詳盡的說明文件
setChatDataSource(chatClientDataSource)
設定 Google Chat 的資料來源。
const chatSpaceDataSource = CardService.newChatSpaceDataSource() .setDefaultToCurrentSpace(true); const chatClientDataSource = CardService.newChatClientDataSource() .setSpaceDataSource(chatSpaceDataSource); const hostAppDataSource = CardService.newHostAppDataSource() .setChatDataSource(chatClientDataSource);
參數
名稱 | 類型 | 說明 |
---|---|---|
chatClientDataSource | ChatClientDataSource | 要設定的資料來源。 |
回攻員
HostAppDataSource
:這個物件用於鏈結。