Class Dialog

المحادثة

لمعرفة التفاصيل، يُرجى الاطّلاع على فتح حوارات interactive في مستندات Google Chat.

أداة إنشاء لكائنات Dialog

لا تتوفّر هذه الميزة إلا لتطبيقات Google Chat. لا تتوفّر الإضافات في Google Workspace.

const card = CardService.newCardBuilder()
                 .setHeader(CardService.newCardHeader().setTitle('Card title'))
                 .build();

// Sets the card of the dialog.
const dialog = CardService.newDialog().setBody(card);

الطُرق

الطريقةنوع القيمة التي يتم عرضهاوصف قصير
setBody(card)Dialogلضبط بطاقة Dialog

مستندات تفصيلية

setBody(card)

لضبط بطاقة Dialog

const card = CardService.newCardBuilder()
                 .setHeader(CardService.newCardHeader().setTitle('Card title'))
                 .build();

// Sets the card of the dialog.
const dialog = CardService.newDialog().setBody(card);

المعلَمات

الاسمالنوعالوصف
cardCardCard المطلوب استخدامه

الإرجاع

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