تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
في المثال التالي، يفترض العنصر rbm_api_helper.js (الذي لا يتم استخدامه مع لغة Python) أنّملف
الذي تعمل عليه هو دليل واحد أسفل مجلد التطبيق الرئيسي. قد تحتاج
إلى تعديل الموقع الجغرافي استنادًا إلى إعدادات مشروعك.
يُلغي الرمز البرمجي التالي رسالة حالية لم يتم تسليمها باستخدام مكتبة العميل.
Node.js
// Reference to RBM API helperconstrbmApiHelper=require('@google/rcsbusinessmessaging');// Stop the message associated with messageId from being deliveredrbmApiHelper.revokeMessage('+12223334444',messageId,function(err,response){console.log(response);});
importcom.google.rbm.RbmApiHelper;…try{// Create an instance of the RBM API helperRbmApiHelperrbmApiHelper=newRbmApiHelper();// Stop the message associated with messageId from being deliveredrbmApiHelper.revokeMessage(messageId,"+12223334444");}catch(Exceptione){e.printStackTrace();}
# Reference to RBM Python client helper and messaging object structurefromrcs_business_messagingimportrbm_service# Stop the message associated with message_id from being deliveredrbm_service.revoke('+12223334444',message_id)
usingRCSBusinessMessaging;…// Create an instance of the RBM API helperRbmApiHelperrbmApiHelper=newRbmApiHelper(credentialsFileLocation,projectId);// Stop the message associated with messageId from being deliveredrbmApiHelper.RevokeMessage(messageId,"+12223334444");
تاريخ التعديل الأخير: 2025-04-10 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2025-04-10 (حسب التوقيت العالمي المتفَّق عليه)"],[],[]]