تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تنفّذ سلاسل إجراءات "مساعد Google" عدّة إجراءات بأمر واحد، وهي ميزة مثالية عندما يستيقظ المستخدمون في الصباح
أو عندما يخرجون من المنزل أو يستعدون للنوم أو يتم تنفيذ العديد من المهام الأخرى على مدار اليوم. بعد أن يتفاعل أحد المستخدمين مع الإجراء الخاص بك،
قدِّم اقتراح سلسلة إجراءات يتيح للمستخدمين إضافة الإجراء الخاص بك إلى سلاسل الإجراءات الخاصة بهم.
إعداد اقتراحات سلاسل الإجراءات
لضبط أحد أغراض الإجراء من أجل اقتراحات سلسلة الإجراءات، اتّبِع التعليمات التالية:
تحضير نيّة تحفيزية
اضبط أحد أغراض الإجراء كهدف تشغيل. تتم إضافة هذا الهدف إلى
سلاسل إجراءات المستخدمين عندما يتبعون اقتراحك. وعندما يشغّل المستخدم سلسلة الإجراءات، يتم تشغيل الهدف ثم تبدأ سلسلة الإجراءات من هنا.
لتحديد هدف تفعيل في Dialogflow، اتّبِع الخطوات التالية:
اختَر الغرض من التشغيل. إذا لم يظهر الغرض في القائمة،
تأكَّد من ضبطه كهدف تشغيل وأنّ عملية دمج "مساعد Google" في Dialogflow قد تم ضبطها على تغييرات المعاينة التلقائية.
انتقِل للأسفل إلى قسم تفاعل المستخدمين وفعِّل الخيار هل تريد تقديم اقتراحات سلسلة إجراءات للمستخدمين؟
أدخِل عنوان المحتوى.
انقر على حفظ.
لقد ضبطت الإجراء على أنّه يشير إلى أنّك تريد إنشاء سلسلة إجراءات.
اختبار اقتراحات سلسلة الإجراءات
يمكنك اختبار اقتراحات سلسلة الإجراءات باستخدام جهاز جوّال مزوّد بخدمة "مساعد Google"
من خلال اتّباع الخطوات التالية:
تأكَّد من استخدام حساب Google الذي استخدمته لإنشاء الإجراء الخاص بك.
استدعِ الإجراء الخاص بك.
تفاعَل مع الإجراء الخاص بك، ثم أنهِ المحادثة.
انقر على شريحة اقتراحات سلسلة الإجراءات. إذا لم تظهر لك هذه الشريحة، جرِّب استخدام الإجراء الخاص بك
مرة أخرى مع استدعاء أغراض مختلفة خلال المحادثة.
اتّبِع التعليمات لإضافة المهمة إلى سلسلة إجراءات.
فعِّل سلسلة الإجراءات على جهازك، وتأكَّد من تفعيل الإجراء الخاص بك.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eGoogle Assistant Routines let users execute multiple actions with a single command, streamlining daily tasks.\u003c/p\u003e\n"],["\u003cp\u003eYou can configure your Action to suggest itself to users for inclusion in their Routines, increasing user engagement.\u003c/p\u003e\n"],["\u003cp\u003eSetting up Routine suggestions involves preparing a triggering intent in Dialogflow or the Actions SDK and enabling updates in the Actions console.\u003c/p\u003e\n"],["\u003cp\u003eRoutine suggestions are currently only available for Google Assistant users in the en-US locale.\u003c/p\u003e\n"],["\u003cp\u003eTest your implementation thoroughly on a mobile device to ensure the Routine suggestion chip appears and the Action is invoked correctly within the Routine.\u003c/p\u003e\n"]]],["Google Assistant Routines allow users to execute multiple actions with a single command. Developers can configure their Actions to suggest integration with these Routines. This is done by setting a triggering intent within the Action that will be added to users' Routines. To configure this, developers must define a triggering intent in Dialogflow or the Actions SDK, enable Routine suggestions for that intent in the Actions console, set a content title and then test using a mobile device.\n"],null,["# Routine suggestions (Dialogflow)\n\nGoogle Assistant Routines execute multiple Actions\nwith a single command, perfect for those times when users wake up in the morning,\nhead out of the house, get ready for bed or many of the other tasks they perform\nthroughout the day. After someone engages with your\nAction, offer a Routine suggestion that lets users add your Action to their Routines.\n| **Note:** Routine suggestions are currently only available for Google Assistant users in the [en-US locale](/assistant/console/languages-locales).\n\nSet up Routine suggestions\n--------------------------\n\nTo configure one of your Action's intents for Routine suggestions, follow these\ninstructions:\n\n### Prepare a triggering intent\n\nConfigure one of your Action's intents as a triggering intent. This intent\nis added to users' Routines when they follow your suggestion. When a user runs\ntheir Routine, the intent triggers and the Routine\ncontinues from there.\n| **Note:** Your triggering intent's fulfillment should provide the response then end the conversation without any additional user interaction. When calling an intent as part of a Routine, the Assistant will automatically trim its response to end the conversation.\n\nTo define a triggering intent in Dialogflow, do the following:\n\n1. In the [Dialogflow Console](https://console.dialogflow.com), click on **Integrations**.\n2. Under the **Google Assistant** section, click on **Integration Settings**.\n3. Under **Discovery \\\u003e Implicit invocation** , click on **Add intent** and select your triggering intent if it's not already there.\n4. Turn on **Auto-preview** changes if it's not already enabled.\n5. Click **Close**.\n\nIn the Actions SDK, define your triggering intent in the\nAction package.\n\n### Enable updates\n\nTo turn on Routine suggestions for your triggering intent, do the following:\n\n1. In the [Actions console](https://console.actions.google.com), navigate to **Develop \\\u003e Actions**.\n2. Select your triggering intent. If your intent doesn't appear in the list, make sure it's configured as a triggering intent and Dialogflow's Assistant integration is set to auto-preview changes.\n3. Scroll down to the **User engagement** section and turn on **Would you like to offer routine suggestions to users**.\n4. Enter a **Content title**.\n5. Click **Save**.\n\nYou've now configured your Action to suggest your intent for a Routine.\n\nTest Routine suggestions\n------------------------\n\nTest your Routine suggestions using a mobile device with the Google Assistant\nby following these steps:\n\n1. Make sure you're using the Google account that you used to build your Action.\n2. Invoke your Action.\n3. Interact with your Action, then end the conversation.\n4. Select the Routine suggestion chip. If you don't see this chip, try using your Action again but invoke different intents throughout the conversation.\n5. Follow the prompts to add the Action to a Routine.\n6. Start the Routine on your device, and make sure your Action is invoked.\n\n| **Note:** You can also test daily updates using the Actions simulator, but not all functionality is available."]]