Class HostAppDataSource

المضيفالتطبيقمصدرالبيانات

بالنسبة إلى تطبيق مصغّر SelectionInput يستخدم قائمة اختيار متعدّد، يجب توفير مصدر بيانات من تطبيق 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);
هذه الميزة متاحة فقط لتطبيقات Google Chat. لا تتوفّر الإضافات في Google Workspace.

المعلَمات

الاسمالنوعالوصف
chatClientDataSourceChatClientDataSourceمصدر البيانات المطلوب ضبطه

الإرجاع

HostAppDataSource: هذا العنصر، لإنشاء سلسلة.