Class ChatSpaceDataSource

聊天空間資料來源

資料來源,可將 Google Chat 聊天室填入多重選取選單的選項項目。只會填入使用者是成員的聊天室。

const chatSpaceDataSource =
    CardService.newChatSpaceDataSource().setDefaultToCurrentSpace(true);

僅適用於 Google Chat 應用程式。不適用於 Google Workspace 外掛程式。

方法

方法傳回類型簡短說明
setDefaultToCurrentSpace(defaultToCurrentSpace)ChatSpaceDataSource如果設為 true,多重選取選單會預設選取目前的 Google Chat 聊天室做為項目。

內容詳盡的說明文件

setDefaultToCurrentSpace(defaultToCurrentSpace)

如果設為 true,多重選取選單會預設選取目前的 Google Chat 聊天室做為項目。

const chatSpaceDataSource =
    CardService.newChatSpaceDataSource().setDefaultToCurrentSpace(true);
僅適用於 Google Chat 應用程式。不適用於 Google Workspace 外掛程式。

參數

名稱類型說明
defaultToCurrentSpaceBoolean要設定的布林值。

回攻員

ChatSpaceDataSource:這個物件用於鏈結。