Class HostAppDataSource

HostAppDataSource

Đối với tiện ích SelectionInput sử dụng trình đơn chọn nhiều mục, nguồn dữ liệu của Google Workspace. Nguồn dữ liệu sẽ điền các mục lựa chọn cho trình đơn chọn nhiều mục.

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

const chatClientDataSource = CardService.newChatClientDataSource()
    .setSpaceDataSource(chatSpaceDataSource);

const hostAppDataSource = CardService.newHostAppDataSource()
    .setChatDataSource(chatClientDataSource);

Chỉ dùng được cho ứng dụng Google Chat. Không dùng được cho các Tiện ích bổ sung của Google Workspace.

Phương thức

Phương thứcLoại dữ liệu trả vềMô tả ngắn
setChatDataSource(chatClientDataSource)HostAppDataSourceThiết lập nguồn dữ liệu từ Google Chat.

Tài liệu chi tiết

setChatDataSource(chatClientDataSource)

Thiết lập nguồn dữ liệu từ Google Chat.

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

const chatClientDataSource = CardService.newChatClientDataSource()
    .setSpaceDataSource(chatSpaceDataSource);

const hostAppDataSource = CardService.newHostAppDataSource()
    .setChatDataSource(chatClientDataSource);
Chỉ dùng được cho ứng dụng Google Chat. Không dùng được cho các Tiện ích bổ sung của Google Workspace.

Tham số

TênLoạiMô tả
chatClientDataSourceChatClientDataSourceNguồn dữ liệu cần đặt.

Cầu thủ trả bóng

HostAppDataSource – Đối tượng này để tạo chuỗi.