الإجراءات التي يمكن للإضافات استخدامها في البطاقات أو التطبيق المضيف
متاحة لإضافات Google Workspace التي توسّع نطاق Google Chat.
const notification = AddOnsResponseService.newNotification().setText("You closed a dialog!"); const navigation = AddOnsResponseService.newNavigation() .setEndNavigation(AddOnsResponseService.EndNavigation.CLOSE_DIALOG); // An action that closes the dialog and shows a notification. const action = AddOnsResponseService.newActionResponseBuilder() .setNavigation(navigation) .setNotification(notification) .build();
الطُرق
| الطريقة | نوع القيمة التي يتم إرجاعها | وصف قصير |
|---|---|---|
print | String | تعرض هذه السمة تمثيل JSON لهذا العنصر. |
مستندات مفصّلة
print Json()
تعرض هذه السمة تمثيل JSON لهذا العنصر. تُستخدم هذه الشهادة لتصحيح الأخطاء فقط.
الإرجاع
String