Class HostAppDataSource

Máy chủ lưu trữỨng dụngNguồndữ liệu

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

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

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

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

Chỉ dành 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)HostAppDataSourceĐặt nguồn dữ liệu từ Google Chat.

Tài liệu chi tiết

setChatDataSource(chatClientDataSource)

Đặt 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ành 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 thiết lập.

Cầu thủ trả bóng

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